-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (25 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amethyst</title>
<link rel="icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet" />
<meta name="description"
content="Combining moderation, games, economy and fun commands, you won't need any other Discord bot." />
<meta property="og:url" content="https://amethystbot.xyz" />
<meta property="og:site_name" content="Amethyst" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Amethyst • Easy to use Hypixel Discord bot." />
<meta property="og:description"
content="Amethyst is a bot focused on the Hypixel Network, allowing you to track players' stats on different Hypixel gamemodes and do a lot more." />
<meta property="og:image" content="/Amethyst.png" />
<meta name="theme-color" content="#c144fb" />
</head>
<body class="dark:bg-gray-900 bg-gray-50">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>