moth

Monarch Of The Hill game server
git clone https://git.woozle.org/neale/moth.git

moth / theme
Neale Pickett  ·  2023-11-16

scoreboard-all.html

 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <title>Scoreboard</title>
 5    <link rel="stylesheet" href="basic.css">
 6    <link rel="stylesheet" href="scoreboard.css">
 7    <meta name="viewport" content="width=device-width">
 8    <link rel="icon" href="luna-moth.svg">
 9    <script type="module" src="scoreboard.mjs"></script>
10  </head>
11  <body>
12    <div class="no-scores hidden"></div>
13    <div class="rotate">
14      <div class="rankings category"></div>
15      <div class="rankings classic"></div>
16    </div>
17    <div class="location"></div>
18  </body>
19</html>