aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-08-30 22:43:21 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-08-30 22:43:21 +0200
commitfc8d8ab8d0da95ec79056f59e14a150df6fcea89 (patch)
tree33f8050b2f2920c0f1b884a205a8aa4c81d7687c /index.html
parentd37ebfda883bcd03b146a85bc3e5a4657d0abd73 (diff)
Moved to sveltemain
Diffstat (limited to 'index.html')
-rw-r--r--index.html74
1 files changed, 3 insertions, 71 deletions
diff --git a/index.html b/index.html
index 1df8fb3..3de840a 100644
--- a/index.html
+++ b/index.html
@@ -10,75 +10,7 @@
<meta http-equiv="Cache-control" content="public">
</head>
<body>
- <header class="container">
- <nav>
- <ul><li><img src="icon.svg" alt="Matchup"></li></ul>
- <ul>
- <li>
- <fieldset id="timer" role="group">
- <button id="timer-dec" title="Timer decrement"><i class="fa-solid fa-minus"></i></button>
- <input id="timer-display" title="Time display" type="text" readonly></input>
- <button id="timer-inc" title="Timer increment"><i class="fa-solid fa-plus"></i></button>
- <button id="timer-start" title="Timer start"><i class="fa-solid fa-play"></i></button>
- <button id="timer-stop" title="Timer stop"><i class="fa-solid fa-stop"></i></button>
- </fieldset>
- </li>
- </ul>
- </nav>
- </header>
- <main class="container">
- <section>
- <h1 class="title" id="Game-description"></h1>
- <div id="Game-list" class="grid-container"></div>
- </section>
- <section>
- <select id="skill" aria-label="State">
- <option value="10">All Levels</option>
- <option value="5">2 Levels</option>
- <option value="3">3 Levels</option>
- <option value="1">Skill Based</option>
- </select>
- <div class="grid">
- <button id="propose">Propose</button>
- <button id="confirm">Confirm</button>
- </div>
- </section>
- <section>
- <hgroup>
- <h2>Courts</h2>
- <p>Reserve courts for training or competition.</p>
- </hgroup>
- <div id="Court-list" class="grid-container"></div>
- </section>
- <section>
- <hgroup>
- <h2>Regulars</h2>
- <p>Check in and check out club members.</p>
- </hgroup>
- <div id="Regular-list" class="grid-container"></div>
- </section>
- <section>
- <hgroup>
- <h2>Guests</h2>
- <p>Add guests to the pool.</p>
- </hgroup>
- <div id="Guest-list" class="grid-container"></div>
- </section>
- <section>
- <hgroup>
- <h2>Admin</h2>
- <p>Changes here are permanent and cannot be reverted.</p>
- </hgroup>
- <div id="admin" class="grid">
- <button id="reset">Reset Session</button>
- <button id='button-player-load'>Upload Database</button>
- </div>
- <input type="file" id="player-load" accept=".csv" placeholder="Player database" hidden/>
- </div>
- </main>
- <footer class="container" style="text-align: center;">
- <strong>Matchup</strong> made with ❤️ by <a href="https://karanj.com">Karan</a>. The source code is licensed <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL 3.0</a>. Logo from <a href="https://www.svgrepo.com">SVG Repo</a>.
- </footer>
+ <div id="app"></div>
+ <script src="src/main.js" type="module"></script>
</body>
- <script src="src/main.js" type="module"></script>
-</html> \ No newline at end of file
+</html>