fix: fixes checks for non live games

This commit is contained in:
2024-02-19 03:49:02 -05:00
parent 18802f6ef5
commit 8611471360
5 changed files with 54 additions and 20 deletions

View File

@@ -6,15 +6,9 @@
<link rel="stylesheet" type="text/css" href="static\styles.css">
</head>
<body>
<h1 id="live-games"></h1>
<div id="live-games-section"></div>
<h1 id="on-later"></h1>
<div id="pre-games-section"></div>
<h1 id="game-over"></h1>
<div id="final-games-section"></div>
<script src="/static/script.js"></script>
</body>
</html>