mirror of https://github.com/dirtbags/moth.git
17 lines
465 B
HTML
17 lines
465 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="rankings classic"></div>
|
|
<div class="location"></div>
|
|
</body>
|
|
</html>
|