Emm 2048 RESET

This commit is contained in:
2024-08-28 01:42:35 +02:00
parent f1e710de21
commit 0bfe2d76a8
6 changed files with 31 additions and 8 deletions

View File

@@ -9,9 +9,9 @@
<title>2048</title>
</head>
<body>
<h1>2048</h1>
<h2>Score: <span id="score">0</span></h2>
<h1>Score: <span id="score">0</span></h1>
<div id="board"></div>
<button id="reset" onclick="reset()"></button>
<a href="../" id="home"></a>
</body>
</html>