generated from melbazany/website-starter-template-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 870 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/detroit-red-wings-logo.png" />
<link rel="stylesheet" href="/sass/main.scss">
<script type="module" src="/main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Detroit Red Wings | 7 Day Outlook</title>
</head>
<body class="">
<header class="padding-16">
<div class="header__content | grid gap-8">
<img src="/detroit-red-wings-logo.png" alt="Detroit Red Wings logo" id="wings-logo" class="margin-inline-auto" height="70">
<h1 class="ff-serif text-center fs-600">Detroit Red Wings</h1>
<h2 class="uppercase fw-700 text-center">Next 7 days</h2>
</div>
</header>
<div id="weekGrid" class="grid gap-8 margin-16">
</div>
</body>
</html>