-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (73 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="images/yee.png" />
<meta property="og:title" content="YeeBot" />
<meta
property="og:description"
content="A simple bot with utilities, moderation, and server management commands inspired by the meme of the dinosaur that says yee"
/>
<meta name="theme-color" content="#95e645" />
<title>YeeBot</title>
</head>
<body>
<div id="content-top">
<a id="tos" class="clickable" href="tos.html"
>Terms and Conditions</a
>
<a id="privacy" class="clickable" href="privacy.html"
>Privacy Policies</a
>
<div id="empty-space"></div>
<div id="title-container">
<h1>YeeBot</h1>
</div>
<h2>"a dinasour that says yee"</h2>
</div>
<div class="button-container move-up">
<a
class="clickable invite-button"
target="_blank"
href="https://discord.com/api/oauth2/authorize?client_id=674135840019972125&permissions=8&scope=bot%20applications.commands"
>
Invite
</a>
</div>
<div id="content-bottom"></div>
<div id="translation-container">
<p id="translation-text">
Wanna help bringing YeeBot to the world? You can help by
translating the bot to your native language, or a language you
know!
</p>
<div class="button-container">
<a
class="clickable translate-button"
target="_blank"
href="https://crowdin.com/project/yee"
>
Translate
</a>
</div>
</div>
<div id="footer">
<div id="footer-container">
<p>Discord: <span id="discord">BrunoRM#7316</span></p>
<a
id="yeebot-status-container"
href="https://top.gg/bot/674135840019972125"
>
<img
id="yeebot-status"
src="https://top.gg/api/widget/status/674135840019972125.svg"
alt="YeeBot"
/>
</a>
</div>
</div>
<script></script>
</body>
</html>