Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa-22 authored Nov 8, 2024
1 parent 7dbd7b9 commit 4e6a4d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
</head>
<body>
<canvas class="canvas" width="500" height="500"></canvas>

<div class="score" id="score">
<h1 id="score_value">0</h1>
<button id="reset">Reset</button>
</div>
<script src="js/script.js"></script>
</body>
</html>

0 comments on commit 4e6a4d1

Please sign in to comment.