This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvote.html
55 lines (55 loc) · 2.77 KB
/
vote.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Londrina+Shadow&family=Montserrat&display=swap" rel="stylesheet">
<link href="files/styles/subpage.css" rel="stylesheet">
<link href="files/styles/footer.css" rel="stylesheet">
<link rel="icon" href="files/avatar.png">
<meta charset="UTF-8">
<meta name="description" content="Quacky is a moderation bot with lots of utility features. Quacky has custom moderation features like Voice and Text Channel Moderation to make life easier for your Moderators.">
<meta name="author" content="DuckMasterAl">
<meta name="keywords" content="discord bot, quacky, bot, quacky bot, quacky discord bot, discord, moderation bot discord, discord moderation bot, moderation bot">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Voting | Quacky Bot</title>
<style>
h3 {
font-family: "Happy Monkey";
color: #4caf50;
text-align: center;
}
.widget {
position: absolute;
right: 200px;
top: 180px;
}
</style>
</head>
<header>
<h1>Vote for Quacky Bot</h1>
<h3>Voting for Quacky helps Show your Support for Quacky Bot! When you vote, you will get additional bot perks for showing your support.</h3>
</header>
<body>
<p>Voting on <a href="https://top.gg/bot/478370481926438932/vote">top.gg</a> will get you the following Vote Perks:</p>
<ul>
<li>The "Voted" role for 1.5 Days as long as you're in the <a href="support.html">Quacky Support Server.</a></li>
<li>The "Voted" Badge on your Profile for the next 12 hours.</li>
<li>Access to the -stats and -uptime command.</li>
</body>
<footer>
<div style="position: absolute;" class="bottom">
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2020-<script>document.write(new Date().getFullYear())</script> DuckMasterAl - This Website is Under the <a href="https://github.com/quacky-bot/quacky-bot.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
<div style="position: absolute;" class="bottom2">
<div>
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2020-<script>document.write(new Date().getFullYear())</script> DuckMasterAl</div>
<div>This Website is Under the <a href="https://github.com/quacky-bot/quacky-bot.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
</div>
</footer>
</html>