-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (83 loc) · 3.32 KB
/
Copy pathindex.html
File metadata and controls
83 lines (83 loc) · 3.32 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="MGSimard" />
<title>Emerald</title>
<meta
name="description"
content="Emerald est une application de suivi local-first, optimisée pour gérer le progrès des Avis de recherche sur Dofus." />
<link rel="canonical" href="https://emerald-app.pages.dev/" />
<link rel="manifest" href="/metadata/manifest.webmanifest" />
<link rel="shortcut icon" href="/metadata/favicon.ico" />
<link rel="icon" type="image/png" sizes="96x96" href="/metadata/icon.png" />
<link rel="icon" type="image/svg+xml" href="/metadata/icon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/metadata/apple-icon.png" />
<meta name="apple-mobile-web-app-title" content="Emerald" />
<meta name="theme-color" content="#97a800" />
<meta name="msapplication-TileColor" content="#97a800" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://emerald-app.pages.dev" />
<meta property="og:title" content="Emerald" />
<meta property="og:site_name" content="Emerald" />
<meta
property="og:description"
content="Emerald est une application de suivi local-first, optimisée pour gérer le progrès des Avis de recherche sur Dofus." />
<meta property="og:image" content="https://emerald-app.pages.dev/metadata/opengraph-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://emerald-app.pages.dev/" />
<meta name="twitter:creator" content="@MGSimard" />
<meta name="twitter:title" content="Emerald" />
<meta
name="twitter:description"
content="Emerald est une application de suivi local-first, optimisée pour gérer le progrès des Avis de recherche sur Dofus." />
<meta name="twitter:image" content="https://emerald-app.pages.dev/metadata/twitter-image.png" />
<!-- Preloads -->
<link
rel="preload"
href="/fonts/geist-mono/GeistMono-Bold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-mono/GeistMono-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-mono/GeistMono-UltraLight.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
<link rel="preload" href="/fonts/geist-sans/Geist-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-sans/Geist-Medium.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-sans/Geist-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
<link
rel="preload"
href="/fonts/geist-sans/Geist-ExtraLight.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>