-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 855 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
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="https://www.svgrepo.com/show/156861/play-button.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Damian Peiris." />
<link rel="stylesheet" href="/src/normalize.css" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<!-- Google Fonts. -->
<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=Tilt+Warp&display=swap"
rel="stylesheet"
/>
<title>Streamz.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>