-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (35 loc) · 1.85 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
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#6d28d9" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="http://www.hfiuc.org" />
<meta property="og:type" content="website" />
<meta property="og:title" content="HFI Utility Center" />
<meta property="og:description" content="An utility center for HFIers." />
<meta property="og:image" content="https://s21.ax1x.com/2024/10/05/pA8YomF.png" />
<meta property="og:image:width" content="1761" />
<meta property="og:image:height" content="906" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="hfiuc.org" />
<meta property="twitter:url" content="http://www.hfiuc.org" />
<meta name="twitter:title" content="HFI Utility Center" />
<meta name="twitter:description" content="An utility center for HFIers." />
<meta name="twitter:image" content="https://s21.ax1x.com/2024/10/05/pA8YomF.png" />
<title>HFI Utility Center</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>