-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
23 lines (20 loc) · 902 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta key="title" content="Teldrive" property="og:title" />
<meta name="description" content="Teldrive" />
<title>Teldrive</title>
<link rel="preload" href="/fonts/rubik.woff2" as="font" type="font/woff2" crossorigin />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
</head>
<body class="bg-surface-container text-on-surface">
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>