-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdonate.html
37 lines (37 loc) · 2.14 KB
/
donate.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
<!DOCTYPE html>
<html>
<header>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="files/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="files/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="files/favicon/favicon-16x16.png">
<meta name="theme-color" content="#ff9900">
<!-- Twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@QuackyBot"/>
<meta name="twitter:title" content="Donate to Quacky Bot"/>
<meta name="twitter:description" content="Quacky is an advanced utility bot that increases automation in your server. With commands ranging from fun to moderation, it's the perfect bot for both users and admins alike."/>
<!-- Google -->
<meta name="description" content="Quacky is an advanced utility bot that increases automation in your server. With commands ranging from fun to moderation, it's the perfect bot for both users and admins alike.">
<meta name="robots" content="all">
<!-- Discord -->
<meta property="og:title" content="Donate to Quacky Bot" >
<meta property="og:description" content="Quacky is an advanced utility bot that increases automation in your server. With commands ranging from fun to moderation, it's the perfect bot for both users and admins alike.">
<meta property="og:image" itemprop="image" content="https://quacky.xyz/files/avatar.webp">
<meta property="og:locale" content="en_US">
<!-- Misc extra stuff -->
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donate to Quacky Bot</title>
</header>
<body style="background-color: #3E5779;">
<p style="color: white;">If you are not redirected, <a href="https://discordapp.com/api/oauth2/authorize?client_id=478370481926438932&permissions=2146823415&scope=bot">click here :)</a></p>
<script>
window.onload = function() {
document.location.replace("https://patreon.com/quackydiscord");
}
</script>
</body>
</html>