-
-
Notifications
You must be signed in to change notification settings - Fork 678
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
37 lines (33 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon -->
<link rel="icon" href="/manifest-icons/favicon.ico" sizes="48x48">
<link rel="icon" href="/manifest-icons/favicon.svg" type="image/svg+xml">
<link rel="icon" type="image/png" sizes="32x32" href="/manifest-icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/manifest-icons/favicon-16x16.png">
<link rel="shortcut icon" href="/manifest-icons/favicon.ico">
<link rel="icon" href="/favicon.ico">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" sizes="180x180" href="/manifest-icons/apple-touch-icon.png">
<!-- Manifest -->
<link rel="manifest" href="/site.webmanifest">
<!-- Theme colors -->
<meta name="theme-color" content="#cd58dd">
<meta name="msapplication-TileColor" content="#18181b">
<link
rel="stylesheet"
href="https://fonts.bunny.net/css?family=outfit:400,500,600,700,800|plus-jakarta-sans:400,500,600,700&display=swap"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--render-helmet--><title>Hi.Events</title><!--/render-helmet-->
<!--environment-variables-->
<!--head-snippets-->
</head>
<body >
<div id="app"><!--app-html--></div>
<script type="module" src="/src/entry.client.tsx"></script>
<!--dehydrated-state-->
</body>
</html>