-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (47 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.png">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>StuffyBot Two - ThingyTV</title>
<meta name="description" content="A very lightweight Discord Music Bot for you and your friends!" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/button.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<!-- Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main">
<div class="cover black" data-color="black"></div>
<div class="container">
<h1 class="logo"><img class="logo" src="./assets/logo.png" alt="StuffyTwo" height="64px" width="64px" style="position:relative;margin-top: -10px;"> StuffyBot 2</h1>
<div class="content">
<h4 class="motto">🎶 Groove to music, listen to music, enjoy the music. 🎶</h4>
<div class="buttoncontainer">
<button onclick="location.href = 'https://discord.com/api/oauth2/authorize?client_id=892587503234740225&permissions=8&scope=bot'" class="invitebtn" id="discordinvite">Invite to Discord</button>
<button onclick="location.href = 'https://github.com/TheTHINGYEEE/StuffyTwo';" class="codebtn" id="sourcecode">Source Code</button>
</div>
<div class="subscribe">
<h5 class="info-text">
Currently on open beta. Send bugs to <b>tngy#6696</b>
</h5>
</div>
</div>
</div>
<div class="footer">
<div class="container">
Bot running on <br>
<a href="https://discord.com/"><img src="./assets/discord.png" alt="Discord" height="40px" width="120px"></a>
<a href="https://sparkedhost.com"><img src="./assets/sparkedhost.png" alt="Java" height="30px" width="150px"></a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>