-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (64 loc) · 2.2 KB
/
index.html
File metadata and controls
66 lines (64 loc) · 2.2 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>Groovespark</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://rawgit.com/Groovespark/Groofr/master/css/main.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="https://rawgithub.com/mtrpcic/pathjs/master/path.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<div class="l-sidebar">
<h1 class="logo">Groovespark</h1>
<nav>
<a href="#/search">Search</a>
<ul>
<b>Playlists:</b>
<li>Daft punk</li>
<li>Dev</li>
<li>MyAwesomeSongs</li>
<li>LoremIpsongs</li>
</ul>
</nav>
<!-- <form name="gs-playlistfetch" action=""> -->
<!-- <input type="text" placeholder="Username e.g. KeizerDev" class="gs-username"> -->
<!-- <input type="submit" value="Search" class="btn" id="gs-playsearch"> -->
<!-- </form> -->
<div class="l-settings">
<ul>
<li>⚙</li>
<li><a href="#/help">?</a></li>
<li>Github</li>
</ul>
</div>
</div>
<div class="l-content">
</div>
<!--
<footer>
<div class="l-playercontainer">
<div class="l-aside">
<div class="l-cover">
<div class="img-cover"></div>
</div>
<ul class="l-playercontrols">
<li><a href="#" class="player-previous">⏪</a></li>
<li><a href="#" class="player-play">‣</a></li>
<li><a href="#" class="player-next"> ⏩</a></li>
</ul>
</div>
<div class="l-bside">
<span class="gs-currentsong"></span>
<div class="l-playerprogress">
<div class="progress-outer"><div class="progress-inner"> </div></div>
</div>
</div>
</div>
--></footer>
</body>
</html>