summaryrefslogtreecommitdiff
path: root/webapp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/index.html')
-rwxr-xr-xwebapp/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/webapp/index.html b/webapp/index.html
new file mode 100755
index 0000000..2e98565
--- /dev/null
+++ b/webapp/index.html
@@ -0,0 +1,36 @@
1<!DOCTYPE html>
2<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6 <head>
7 <meta charset="utf-8">
8 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9 <title></title>
10 <meta name="description" content="">
11 <meta name="viewport" content="width=device-width, initial-scale=1">
12
13 <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
14
15 <link rel="stylesheet" href="vendor/html5-boilerplate-4.3.0/css/normalize.css">
16 <link rel="stylesheet" href="vendor/html5-boilerplate-4.3.0/css/main.css">
17 <link rel="stylesheet" href="css/main.css">
18 </head>
19 <body>
20 <section id="main-navigation">
21 <p class="spoticon-add-to-playlist">Foobear</p>
22 </section>
23
24 <section id="main-area">
25 Foobear
26 </section>
27
28 <section id="player">
29 Foobear
30 </section>
31
32 <script src="vendor/jquery-2.1.1.js"></script>
33 <script src="vendor/underscore-1.7.0.js"></script>
34 <script src="vendor/backbone-1.1.2.js"></script>
35 </body>
36</html>