forked from diwasatreya/Discord-Bot-Dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (52 loc) · 2.48 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<head>
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- META -->
<title>Swinger Bot</title>
<meta charset="utf-8">
<meta name="description" content="A discord bot with fun, moderation and utilities commands.">
<meta name="keywords" content="capital club, diwas atreya, diwas team, atreya">
<meta name="author" content="Diwas">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Swinger Bot">
<meta property="og:description" content="A discord bot with fun, moderation and utilities commands.">
<meta property="og:url" content="https://discord.gg/gU7XAxTpX5">
</head>
<nav id="nav">
<div id="navtext-div">
<a href="developers.html" id="navtext">Developers</a>
<a id="navtext">Home</a>
<a href="commands.html" id="navtext">Commands</a>
</div>
</nav>
<body>
<img id="logo-main-1" src="img/logo.jpg">
<p id="botname-main-1">Swinger Bot</p>
<div id="main-buttons">
<a href="#intro"><button id="main-button-1">Know More</button></a>
<a href="https://discord.com/api/oauth2/authorize?client_id=843009468865576971&permissions=8&scope=bot"><button id="main-button-2">Invite Me!</button></a>
</div>
<div style="margin:50px 0 50px 0;"></div>
<div id="main-info">
<br id="intro">
<p id="main-info-1">Hi Stranger This bot is multipurpose bot with many
features. This bot was made by our developers @Team Swingers . All the data are recorded in safe files. Swinger Bot supports Moderation, Image manipulation, Music with filters, Leveling, Welcome features, Social, Giveaways, NSFW and other extra cool features.</p>
<p id="main-info-2">My prefix is = and it cannot be changed
-Vote us in [discordbotlist](https://discordbotlist.com/bots/swinger/upvote)
</p> <br>
</div>
<!-- WEBSITE BY Romeo#0700-->
<div id="main-buttons" style="margin-top: 200px;">
<a href="https://discord.gg/gU7XAxTpX5"><button id="main-button-2-1">Join support server</button></a>
</div>
<div id="main-buttons-2" style="margin-top: 30px">
<a href="https://www.youtube.com/channel/UCo2iuPS4FZ8V6H_ct2F8-2A"><button id="main-button-3">Subscribe</button></a>
<a href="https://www.patreon.com/join/6175964?"><button id="main-button-4">Support me on Patreon</button></a>
</div>
</body>
<footer>
<p id="footer-copyright">2021 All rights reserved.</p>
<a href="https://creper92.tk"><p id="footer-credits">⊳ Website by Diwas Atreya ⊲</p></a>
</footer>
<script src="js/script.js"></script>