-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (33 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="HawkHacks Hacker Portal" />
<meta
name="keywords"
content="hawkhacks, hawkhacks portal, hakwhacks dashboard, my hawkhacks, wilfrid laurier hackathon"
/>
<title>HawkHacks | Dashboard</title>
<meta property="og:title" content="HawkHacks" />
<meta property="og:site_name" content="HawkHacks" />
<meta
property="og:description"
content="Wilfrid Laurier's first large-scale global hackathon!"
/>
<meta property="og:url" content="https://hawkhacks.ca/" />
<meta
property="og:image"
content="https://portal.hawkhacks.ca/icon.png"
/>
<meta property="og:locale" content="en_CA" />
<meta property="og:locale:alternate" content="en_GB" />
<meta property="og:locale:alternate" content="en_US" />
</head>
<body>
<div id="root"></div>
<div id="notifications"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>