Files
NHL-Scoreboard/app/templates/index.html
josh 3994943757
Some checks failed
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 8s
CI / Build & Push (push) Failing after 1m33s
good luck
2026-03-29 09:20:21 -04:00

15 lines
416 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>NHL Scoreboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/static/styles.css">
</head>
<body>
<div id="live-games-section"></div>
<div id="pre-games-section"></div>
<div id="final-games-section"></div>
<script src="/static/script.js"></script>
</body>
</html>