mirror of https://github.com/dirtbags/moth.git
20 lines
547 B
HTML
20 lines
547 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Scoreboard</title>
|
||
|
<link rel="stylesheet" href="basic.css">
|
||
|
<link rel="stylesheet" href="scoreboard.css">
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
<link rel="icon" href="luna-moth.svg">
|
||
|
<script type="module" src="scoreboard.mjs"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="no-scores hidden"></div>
|
||
|
<div class="rotate">
|
||
|
<div class="rankings category"></div>
|
||
|
<div class="rankings classic"></div>
|
||
|
</div>
|
||
|
<div class="location"></div>
|
||
|
</body>
|
||
|
</html>
|