-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (44 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Join the Chicory fan Discord!</title>
<meta name="canonical" content="https://discord.chicory.pizza" />
<meta property="og:title" content="Join the Chicory fan Discord!" />
<meta property="og:url" content="https://discord.chicory.pizza" />
<meta
property="og:description"
content="Talk about the Chicory: A Colorful Tale game and story with other fans!"
/>
<meta
name="description"
content="Talk about the Chicory: A Colorful Tale game and story with other fans!"
/>
<meta
property="og:image"
content="https://discord.chicory.pizza/icon2.png"
/>
<meta name="thumbnail" content="https://discord.chicory.pizza/icon2.png" />
<meta property="og:site_name" content="Join the Chicory fan Discord!" />
<meta property="og:locale" content="en_US" />
<link rel="icon" href="https://discord.chicory.pizza/favicon2.ico" />
<meta name="theme-color" content="#b69aff" />
</head>
<body>
<div id="content">
<div id="side">
<h1>Join the Chicory fan Discord!</h1>
<p>
Talk about the Chicory: A Colorful Tale game and story with other
fans!
</p>
<a href="https://discord.gg/eWPXMV9yYK" class="joinButton"
>Join now »</a
>
<div id="discord-widget"></div>
</div>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>