Skip to content

Commit

Permalink
Leaderboard Section
Browse files Browse the repository at this point in the history
  • Loading branch information
JYNguyen committed Apr 25, 2024
1 parent a2c2b27 commit aa883b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ <h1>The Word Search Game</h1>
<h2>Timer: <span id="timer">30</span> seconds</h2>
</div>

<!-- Leaderboard section -->
<div id="leaderboardSection">
<h2>Leaderboard</h2>
<ol id="leaderboardList"></ol>
</div>

<!--Grid table-->

<div>
Expand Down

0 comments on commit aa883b7

Please sign in to comment.