Skip to content

Commit e85f953

Browse files
fixed shitty html
1 parent a70548e commit e85f953

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!-- index.html -->
21
<!DOCTYPE html>
32
<html>
43
<head>
@@ -11,23 +10,24 @@
1110
</head>
1211
<body>
1312
<h1>Welcome to the Year 8 Chess Tournament</h1>
13+
1414
<div id="user-section">
1515
<button id="googleSignInBtn">Sign in with Google</button>
1616
<p id="user-info"></p>
1717
</div>
18-
</body>
19-
</html>
2018

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>
19+
<h2>Leaderboard</h2>
20+
<table id="leaderboard">
21+
<thead>
22+
<tr><th>Name</th><th>Score</th></tr>
23+
</thead>
24+
<tbody></tbody>
25+
</table>
2826

29-
<div id="admin-panel" style="display:none;">
27+
<div id="admin-panel" style="display:none;">
3028
<h2>Admin Panel</h2>
3129
<button onclick="startRound()">Start New Round</button>
3230
<button onclick="checkResults()">Check Results</button>
33-
</div>
31+
</div>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)