Game solo - Add game start timer during launch

This commit is contained in:
hubourge
2024-09-11 17:22:57 +02:00
parent 6ad400b70c
commit b5ec0fc786
3 changed files with 23 additions and 11 deletions

View File

@ -9,6 +9,6 @@
<script src="./main.js" type="module"></script>
</head>
<body>
<p id="score">0 - 0</p>
<p id="score"></p>
</body>
</html>