-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap" rel="stylesheet">
<link rel="icon" href="https://cdn.discordapp.com/avatars/809496186905165834/7dbf02cb782c7111b817f329cac0257a.webp">
<style>
#invite:hover {
background-color: #596aa7;
}
#topgg:hover {
background-color: #596aa7;
}
#features:hover {
background-color: #596aa7;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Weky</title>
<link href="css/stylesheet.css" rel="stylesheet">
</head>
<body>
<div class="myDiv">
<h1>Weky</h1>
<br>
<p>A multipurpose discord bot with a lot of cool features such as rpg!</p>
<br><a href="https://discord.com/oauth2/authorize?client_id=809496186905165834&scope=bot&permissions=2083912822"
target="_blank">
<br><button id="invite" ; type="button" ; class='h'>Invite!</button>
<br><a href="https://top.gg/bot/809496186905165834" target="_blank">
<br><button id="topgg" ; type="button" ; class='h'>Top.gg!</button>
<br><a href="features.html" target="_self">
<br><button id="features" ; type="button" ; class='h'>Features!</button>
<p><a id="home" ; href="index.html">Home</a></p>
<p><a id="npm" ; href="https://www.npmjs.com/package/weky">NPM</a></p>
<p><a id="support" ; href="https://discord.gg/6z4pmGFQ7d">Support</a></p>
</div>
</body>
</html>