2018-09-18 18:22:03 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-09-18 21:29:05 -06:00
|
|
|
<title>Scoreboard</title>
|
2018-09-18 18:22:03 -06:00
|
|
|
<link rel="stylesheet" href="basic.css">
|
2023-09-13 18:52:52 -06:00
|
|
|
<link rel="stylesheet" href="scoreboard.css">
|
2018-09-18 18:22:03 -06:00
|
|
|
<meta name="viewport" content="width=device-width">
|
2023-09-13 18:52:52 -06:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/luxon@1.26.0"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.0.2"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-luxon@0.2.1"></script>
|
|
|
|
<script type="module" src="scoreboard.mjs"></script>
|
2018-09-18 18:22:03 -06:00
|
|
|
</head>
|
2023-09-15 16:09:08 -06:00
|
|
|
<body>
|
|
|
|
<div id="rankings"></div>
|
|
|
|
<div class="location"></div>
|
2018-09-18 18:22:03 -06:00
|
|
|
</body>
|
|
|
|
</html>
|