-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.html
127 lines (124 loc) · 4.74 KB
/
bot.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-209142772-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-209142772-2');
</script>
<title> SucleriousBot</title>
<link rel="shortcut icon" type="image/x-icon" href="https://suclerious.me/assets/logos/logok.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site_name" content="Suclerious">
<meta name="url" content="https://suclerious.me">
<meta name="title" content="Suclerious">
<meta name="description" content="Suclerious, a multipurpose Discord bot you can invite now!">
<meta name="type" content="website">
<meta name="image" content="https://suclerious.me/assets/logos/logok.png" />
<meta name="theme-color" content="#6200ff">
<div class="topnavlogo" style="width:300px;">
<a href="https://suclerious.me" tag="TopRightLogo"><img src="https://suclerious.me/assets/logos/logok_128x128.png" alt="Logo" align="left" style="width:50px;height:50px; padding-left: 16px; padding-top: 12px;"/></a>
</div>
<ul>
<li><a href="https://discord.gg/CyKQYqpQsU" target="_blank">Support</a></li>
<li><a href="https://discord.com/api/oauth2/authorize?client_id=783898327220486164&permissions=2147483639&scope=bot" target="_blank">Invite Now</a></li>
</ul>
<h2 class="center"> Suclerious </h2>
<style>
ul {
list-style-type: none;
margin: 0px;
padding: 0;
overflow: hidden;
background-color: transparent;
}
li {
float: right;
display: inline-block;
}
li a {
display: inline-block;
color: A9A9A9;
text-align: center;
padding: 28px 32px;
text-decoration: none;
border-radius: 12px;
}
body {
margin: 0;
background-color: #1d2021;
font-family: Arial, sans-serif;
}
.center {
color: A9A9A9;
text-align: center;
align: center;
}
h2.center {
margin-top: 15px;
}
#featuresText {
font-size: 36px;
}
</style>
</head>
<body>
<section id="Features">
<div class="Features">
<style>
#Features {
margin: auto;
width: 50%;
height: 30%;
border-radius: 12px;
padding: 5px;
background-color: transparent;
text-align: left;
}
#FeaturesText {
font-size: 1vw;
padding-top: 25px;
padding-left: 15px;
color: A9A9A9;
}
#AlignCenter {
display: flex;
text-align: center;
background-color: transparent;
align: center;
margin-top: 40%;
}
#RoastCommand {
align: right;
margin-top: 35px;
margin-left: 90px;
width: auto;
height: auto;
max-width: 100%;
max-width: 100%;
border-radius: 10px;
overflow: hidden;
perspective: 1px;
border: 5px solid #282c34
}
#topnavlogo {
font-size: 36px;
display: inline-block;
}
</style>
<!-- <img src="wrenchicon.png" alt="Wrench Icon" id="WrenchIcon"> -->
<div id="AlignCenter">
<span id="FeaturesText">
<h1><b> Features </b></h1>
Roast Your Friends
</span>
<img src="https://suclerious.me/assets/screenshots/cooked.PNG" alt"Somebody getting roasted" id="RoastCommand">
</div>
</div>
</section>
</div>
<p style="text-align: center; align: center; color: A9A9A9; margin-top: 15%;"> WORK IN PROGRESS </p>
</body>
</html>