-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 1.6 KB
/
index.html
File metadata and controls
54 lines (50 loc) · 1.6 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<title>
SpotifyBox | Your Spotify Client for Firefox Device
</title>
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
<link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.4.5.css">
<link rel="stylesheet" type="text/css" href="css/template.css">
<link rel="stylesheet" href="css/fira.css">
</head>
<body>
<div data-role="page" data-theme="b" data-content-theme="b">
<div data-role="header">
<h1>PlayBox</h1>
</div><!-- /header -->
<div data-role="content">
<p>
<center>
<img src="lib/listen-black.png" height="60px" class="content-inline banner-img">
</center>
</p>
<p>
<div class="ui-field-contain">
<input type="text" class="form-control" id="username" placeholder="Username">
<input type="text" class="form-control" id="password" placeholder="Password">
<br>
<center>
<div data-role="controlgroup">
<img src="lib/log_in-mobile.png" height="12%" width="100%" class="content-inline banner-img" id="login-button">
</div>
</center>
<br>
<br>
<center>
<small>
© 2015
</small>
</center>
</div>
</p>
</div><!-- /content -->
</div>
<script type="text/javascript" defer src="js/jquery-1.11.2.min.js" ></script>
<script type="text/javascript" defer src="js/jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript" defer src="js/application.js"></script>
</body>
</html>