-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (52 loc) · 2.08 KB
/
index.html
File metadata and controls
52 lines (52 loc) · 2.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en" translate="no">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<meta name="title" content="__DISPLAY_NAME__" />
<meta name="description" content="__DESCRIPTION__" />
<meta name="theme-color" content="#fafafa" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link
id="favicon"
rel="icon"
href="/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<meta property="og:type" content="website" />
<meta property="og:title" content="__DISPLAY_NAME__" />
<meta property="og:description" content="__DESCRIPTION__" />
<meta property="og:url" content="__HOME_URL__" vite-ignore />
<meta property="og:image" content="__SCREENSHOT_URL__" vite-ignore />
<meta property="og:image:alt" content="__DISPLAY_NAME__" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="628" />
<meta property="og:image:type" content="image/png" />
<meta property="og:site_name" content="__DISPLAY_NAME__" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="__DISPLAY_NAME__" />
<meta name="twitter:description" content="__DESCRIPTION__" />
<meta name="twitter:url" content="__HOME_URL__" />
<meta name="twitter:image" content="__SCREENSHOT_URL__" vite-ignore />
<meta
name="google-site-verification"
content="Ys_-H_ECtl1NzD6phA7tRa8x1IUgtMacH5crbKZw3GY"
/>
<link rel="preconnect" href="__CLOUDFLARE_INSIGHTS_URL__" />
<link rel="preconnect" href="__AUDIO_URL__" />
<title>__DISPLAY_NAME__</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script
defer
src="__CLOUDFLARE_INSIGHTS_URL__/beacon.min.js"
data-cf-beacon='{"token": "e51c6301a11946c3b28aa5187d08e640"}'
vite-ignore
></script>
</body>
</html>