summaryrefslogtreecommitdiff
path: root/webapp/index.html
blob: 2e985657a08c64cdee9404e8401725e02837b531 (plain)
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
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title></title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

        <link rel="stylesheet" href="vendor/html5-boilerplate-4.3.0/css/normalize.css">
        <link rel="stylesheet" href="vendor/html5-boilerplate-4.3.0/css/main.css">
        <link rel="stylesheet" href="css/main.css">
    </head>
    <body>
        <section id="main-navigation">
        <p class="spoticon-add-to-playlist">Foobear</p>
        </section>

        <section id="main-area">
            Foobear
        </section>

        <section id="player">
            Foobear
        </section>

        <script src="vendor/jquery-2.1.1.js"></script>
        <script src="vendor/underscore-1.7.0.js"></script>
        <script src="vendor/backbone-1.1.2.js"></script>
    </body>
</html>