-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 922 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" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="Trapp" content="Trapp" />
<meta name="keywords" content="Trapp" />
<meta name="author" content="Trapp" />
<link rel="icon" type="image/png" href="/AppIcons/t.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/AppIcons/t.png" />
<link rel="icon" type="image/x-icon" href="/AppIcons/t.png" />
<meta name="og:title" property="og:title" content="Trapp" />
<meta name="description" content="Trapp Trapp" />
<script src="/static.js"></script>
<title>Trapp</title>
</head>
<body class="bg-bg">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>