This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
premium.html
107 lines (94 loc) · 4.6 KB
/
premium.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang='en'>
<head>
<meta data-n-head='ssr' charset="utf-8">
<meta data-n-head='ssr' name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Redirect -->
<meta http-equiv="Refresh" content="0; url='https://www.patreon.com/disconnectbot'" />
<!-- Head Information -->
<title>Disconnect Premium</title>
<link data-n-head='ssr' rel='icon' type='image/x-icon' href='assets/disconnect.ico'>
<!-- Styles -->
<link type='text/css' rel='stylesheet' href='styles/utilities.css'>
<link type='text/css' rel='stylesheet' href='styles/common.css'>
<link type='text/css' rel='stylesheet' href='styles/index.css'>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous">
<!-- Meta -->
<meta name="robots" content="all" />
<meta data-n-head='ssr' data-hid='theme-color' name='theme-color' content='#8f45d9'>
<meta data-n-head='ssr' data-hid='og:type' name='og:type' content='website'>
<meta data-n-head='ssr' data-hid='og:title' name='og:title' content='Disconnect Premium'>
<meta data-n-head='ssr' data-hid='og:url' name='og:url' content='https://disconnectbot.com/premium.html'>
<meta data-n-head='ssr' data-hid='og:image' name='og:image'
content='https://disconnectbot.com/assets/disconnect.png'>
<meta data-n-head='ssr' data-hid='description' name='description' content='View the Disconnect preium tiers!'>
<meta data-n-head='ssr' data-hid='og:description' name='og:description'
content='Disconnect is a multi-purpose discord bot. Built with love and entertainment in mind to keep your discord members busy and active. But it does not stop there...'>
</head>
<body style='background-color: #292a2e'>
<!-- Preloader -->
<body class='preload'></body>
<!-- Header -->
<div class='navbar'>
<div class='container full flex'>
<a href='/' class='logo flex'>
<img src='assets//disconnect.png' alt='Disconnect Logo'>
<p class='title'>Disconnect</p>
</a>
<nav>
<ul>
<li><a class='button' href='commands'><span>Commands</span></a></li>
<li><a class='button' href='docs'><span>Information</span></a></li>
<li><a class='button currentPage' href='premium' target="_blank"><span>Premium</span></a></li>
<li><a class='button' href='invite'><span>Invite</span></a></li>
<li><a class='button' href='support'><span>Support</span></a></li>
</ul>
</nav>
</div>
</div>
<!-- Showcase -->
<div class='showcase'>
<div class='container flex'>
<div class='showcase-text'>
<h1>Redirecting...</h1>
<p>If you are not automatically redirected please click the button below to view Disconnects premium
tiers!</p>
<div class='buttons flex'>
<a class='button btn' href='https://www.patreon.com/disconnectbot'><span><i
class="fas fa-globe fa-2x"></i> View Premium Tiers</span></a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class='footer'>
<div class='container full grid'>
<div class='branding'>
<h4>Disconnect</h4>
<p>Copyright © 2021 Disconnect</p>
</div>
<div class='flex'>
<div class='footernav'>
<ul>
<li><a class='button' href='/'><span>Home</span></a></li>
<li><a class='button' href='commands.html'><span>Commands</span></a></li>
<li><a class='button' href='docs.html'><span>Information</span></a></li>
</ul>
</div>
<div class='footernav'>
<ul>
<li><a class='button' href='premium.html'><span>Premium</span></a></li>
<li><a class='button' href='support.html'><span>Support Server</span></a></li>
<li><a class='button' href='invite.html'><span>Invite Disconnect</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script>$(window).load(function () { 'body'.removeClass('.preload'); });</script>
</body>
</html>