-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
34 lines (34 loc) · 1.04 KB
/
intro.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
<html>
<head>
<meta charset="utf-8">
<!-- Own CSS -->
<link rel="stylesheet" href="css/extra.css">
<!-- Font Awesome 4.3.0 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<!-- Intro -->
<div id="intro" class="centered-in-page" align="center">
<div>
<i class="fa fa-arrow-circle-o-up fa-5x"></i>
</div>
<div class="big-letters">
Paste your website here
</div>
<ol>
<li>
Paste a website link on the top text input, then click on the button on its left (icon <span class="fa fa-globe"></span>) to load it.
</li>
<li>
Select your desired player from the top right links. The player will be opened in the bottom of the page.
</li>
<li>
Paste a link to a song you'd like to listen, then click on the button on its left (icon <span class="fa fa-globe"></span>) to load it.
</li>
<li>
Click Play and enjoy listening to music discreetly while you do your job!
</li>
</ol>
</div>
</body>
</html>