-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (50 loc) · 1.37 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=980, initial-scale=1" />
<title>Chicory: A Colorful Modding</title>
<meta
name="canonical"
content="https://data.chicory.pizza"
data-rh="true"
/>
<meta
property="og:url"
content="https://data.chicory.pizza"
data-rh="true"
/>
<meta
property="og:title"
content="Chicory: A Colorful Modding"
data-rh="true"
/>
<meta
property="og:description"
content="Modding tools for Chicory: A Colorful Tale, such as level viewer and editor"
data-rh="true"
/>
<meta
name="description"
content="Modding tools for Chicory: A Colorful Tale, such as level viewer and editor"
data-rh="true"
/>
<meta
property="og:image"
content="https://data.chicory.pizza/icon630.png"
/>
<meta name="thumbnail" content="https://data.chicory.pizza/icon630.png" />
<meta property="og:site_name" content="Chicory: A Colorful Modding" />
<meta property="og:locale" content="en_US" />
<meta name="theme-color" content="#000000" />
<meta name="color-scheme" content="light dark" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript id="noscript-error">
⚠️ You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>