Website update

This commit is contained in:
sageTheDM 2025-01-05 01:12:33 +01:00
parent e18f4f0f5b
commit adc78e0931
6 changed files with 186 additions and 108 deletions

View file

@ -29,6 +29,7 @@
value="20"
aria-label="Number of Bombs"
/>
<span id="bombsValue">20</span>
<button id="startGame">Start Game</button>
</div>
@ -38,5 +39,6 @@
</div>
<script src="script.js"></script>
<script src="counter.js"></script>
</body>
</html>