Skip to content

Commit 885d609

Browse files
Update index.html
1 parent 07f4b7d commit 885d609

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ <h1>Welcome to the Year 8 Chess Tournament</h1>
1616
<p id="user-info"></p>
1717
</div>
1818
</body>
19-
</html>
19+
</html>
20+
21+
<h2>Leaderboard</h2>
22+
<table id="leaderboard">
23+
<thead>
24+
<tr><th>Name</th><th>Score</th></tr>
25+
</thead>
26+
<tbody></tbody>
27+
</table>

0 commit comments

Comments
 (0)