Files
NHL-Scoreboard/app/templates/index.html

15 lines
415 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>