File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- <!-- index.html -->
21<!DOCTYPE html>
32< html >
43< head >
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 >
You can’t perform that action at this time.
0 commit comments