18 lines
475 B
HTML
18 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Webtris</title>
|
|
<link rel="stylesheet" type="text/css" href="css/index.css" />
|
|
<script type="text/javascript" src="js/index.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>WEBTRIS</h1>
|
|
<form action="webtris.html" method="post">
|
|
<div class="actions">
|
|
<script>loadButtons()</script>
|
|
<button type="submit" class="play">PLAY</button>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html> |