-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
22 lines (20 loc) · 966 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<!-- favicon here -->
<link rel="icon" type="image/x-icon" href="./public/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./public/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="./public/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./public/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="./public/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="./public/favicons/android-chrome-512x512.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tiers of Joy</title>
</head>
<body data-bs-theme="dark">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>