-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (34 loc) · 1.43 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
<html>
<head>
<title>RPG BOT • Discord Bot</title>
<meta charset="utf-8">
<!-- Css import -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" />
<link rel="stylesheet" href="assets/css/main.css">
<link href="https://fonts.googleapis.com/css?family=K2D:400,700" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src='https://code.jquery.com/jquery-3.3.1.min.js'></script>
<script src='assets/js/fadeText.js'></script>
</head>
<body>
<div class="background"><div class="image"></div></div>
<div class="information">
<div class="bot">
<img src="assets/images/icon.png" id="avatar">
<h1>A text-based rpg feature-rich created by 2 idiots.</h1>
<h1>We got <span id="text">dungeons</span></h1>
<div class="buttons">
<a href="https://discordapp.com/api/oauth2/authorize?client_id=486965415612907520&permissions=8&scope=bot" target="_blank"><button>Add to a Discord Server</button></a>
<a href="https://discord.gg/W4afChF" target="_blank"><button style="margin-right: 0;">Join the Bot Discord Server</button></a>
</div>
<img src="https://discordbots.org/api/widget/486965415612907520.svg">
</div>
<div class="video">
<video autoplay muted loop>
<source src="assets/video/demo.mp4" type="video/mp4">
</video>
</div>
</div>
</body>
</html>