diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:59:13 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 21:59:13 +0100 |
| commit | 33b4f230abe5456f305b4da6adf2b73936f11784 (patch) | |
| tree | df387d62198ad289732122a43ca919bc14e516db /index.html | |
| parent | ea74dc9eba99945f93e82949e4717598df3a45d1 (diff) | |
Added the guests section; still need the code
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -20,7 +20,6 @@ </nav> <div class="container"> <section class="section"> - <h2 class="title">Games</h2> <table class="table is-fullwidth"> <thead> <tr><th colspan="5"><div id="game_description"></div></th></tr> @@ -58,15 +57,19 @@ </div> </section> <section class="section"> - <h2 class="title">Courts</h2> + <h1 class="title">Courts</h1> <div id="court_list" class="button-grid"></div> </section> <section class="section"> - <h2 class="title">Regulars</h2> + <h1 class="title">Regulars</h1> <div id="regular_list" class="button-grid"></div> </section> + <section class="section"> + <h1 class="title">Guests</h1> + <div id="guest_list" class="button-grid"></div> + </section> <section class="section"> - <h2 class="title">Player Update</h2> + <h1 class="title">Player Update</h1> <div id="player-load" class="file is-danger has-name is-boxed"> <label class="file-label"> <input class="file-input" type="file" name="players" accept=".csv"/> |
