-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://decentapps.net/fonts/hobby-of-night/hobby-of-night.css" type="text/css" />
<link rel="stylesheet" href="https://decentapps.net/fonts/jellee/jellee.css" type="text/css" />
<link rel="icon" type="image/png" sizes="16x16" href="decentLogo16.png">
<link rel="icon" type="image/png" sizes="32x32" href="decentLogo32.png">
<link rel="icon" type="image/png" sizes="64x64" href="decentLogo64.png">
<link rel="icon" type="image/png" sizes="152x152" href="decentLogo152.png">
<link rel="icon" type="image/png" sizes="192x192" href="decentLogo192.png">
<link rel="manifest" href="/manifest.json">
<link rel="script" href="/serviceWorker.js">
<title>Hone</title>
<base href="%VITE_BASE_URL%" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>