This repository has been archived on 2025-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
Webtris/index.html
2019-10-27 22:19:37 +01:00

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>