core: rearrange and create better home page

This commit is contained in:
Trianta
2024-08-09 00:25:49 -05:00
parent 9f95d3e977
commit 4990d4e8e0
8 changed files with 173 additions and 227 deletions
-2
View File
@@ -6,7 +6,5 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="button" type="button" onclick="window.location.href='pong.html'">Start Game</button>
<script src = "scripts.js"></script>
</body>
</html>