-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
47 lines (38 loc) · 2.17 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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/home/pi/Song-s-Bot/flox.css">
<link rel="stylesheet" href="/home/pi/Song-s-Bot/Index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./Index.css">
</head>
<body>
<div class="page1">
<nav class="navbar" style="z-index: 1;">
<ul>
<li class="navbar"><a href="default.asp"><h3 style="font-weight: bold;"><img class="rotation_img" src="./static/assets/Songs.png" width="60px">Song's Bot</h6></h3></a></li>
<li class="navbar"><a href="default.asp">Add to discord</a></li>
<li class="navbar"><a href="news.asp">Commands</a></li>
<li class="navbar"><a href="contact.asp">Dashboard</a></li>
<li class="navbar"><a href="about.asp">Support</a></li>
<li class="navbar"><a href="about.asp" class="bouton">Login</a></li>
</ul>
</nav>
<img class="logo_img flox-spin" src="./static/assets/grey_line.png" class="flox-spin" width="700px">
<img class="logo_img2" src="./static/assets/note.png" class="flox-spin" width="700px">
<h1 class="title flox-animate-zoom">A music bot simple to use,<br/> without any configuration<br/> or dashboard.</h1>
<ul class="perf">
<li class="text"><img class="icon" src="./static/assets/uptime.svg" width="100px"><br/>Uptime<br/>Bot always connected. 99% availability</li>
<li class="text"><img class="icon" src="./static/assets/easytouse.png" width="100px"><br/>Easy to use<br/>No configuration required</li>
<li class="text"><img class="icon" src="./static/assets/casque.png" width="100px"><br/>Quality<br/>A song of stable quality.</li>
<li class="text"><img class="icon" src="./static/assets/chronofast.png" width="100px"><br/>Quick<br/>We believe that we should not wait to be able to play music.</li>
</ul>
</div>
<button class="bottom1 flox-button flox-red flox-round-xxlarge">Get started</button>
<h1>
<button class="bottom2 flox-button flox-red flox-round-xxlarge">Lets go</button>
</h1>
</body>
</html>