-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 913 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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="/fonts/hobby-of-night/hobby-of-night.css" type="text/css" />
<link rel="stylesheet" href="/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">
<title>Hone</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>