This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload"
href="https://fonts.googleapis.com/css?family=Ubuntu:wght@300;400|Oswald:wght@200;300;400&display=swap"
as="style" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Ubuntu:wght@300;400|Oswald:wght@200;300;400&display=swap"
media="print" onload="this.media='all'" />
<noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Ubuntu:wght@300;400|Oswald:wght@200;300;400&display=swap" />
</noscript>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RPI TV</title>
<meta name="og:title" content="RPI TV Official Site - Your exclusive home for RPI Hockey and campus broadcasting." />
<meta name="og:description"
content="RPI TV is a student-run broadcasting club committed to providing professional coverage of campus events and sports games." />
<meta name="description"
content="RPI TV is a student-run broadcasting club committed to providing professional coverage of campus events and sports games." />
<meta name="twitter:description"
content="RPI TV is a student-run broadcasting club committed to providing professional coverage of campus events and sports games." />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>