small changes

This commit is contained in:
2019-10-28 00:47:15 +01:00
parent d04fc53849
commit 46c2782e4e
3 changed files with 12 additions and 16 deletions

View File

@ -8,9 +8,10 @@
</head>
<body>
<h1>WEBTRIS</h1>
<div class="actions">
<script>loadButtons()</script>
<a href="webtris.html" class="play"><b>JOUER</b></a>
</div>
<div class="actions" id="actions">
</div>
<div class="play">
<a href="webtris.html"><b>JOUER</b></a>
</div>
</body>
</html>