7 <title>Corpus Parole</title> |
7 <title>Corpus Parole</title> |
8 |
8 |
9 {{content-for "head"}} |
9 {{content-for "head"}} |
10 |
10 |
11 <!-- Fonts --> |
11 <!-- Fonts --> |
12 <link rel="stylesheet" href="assets/css/fonts.css"> |
12 <link rel="stylesheet" href="{{rootURL}}assets/css/fonts.css"> |
13 <!--link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'--> |
13 <!--link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'--> |
14 |
14 |
15 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
15 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
17 <!--[if lt IE 9]> |
17 <!--[if lt IE 9]> |
18 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
18 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
19 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
19 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
20 |
20 |
21 <![endif]--> |
21 <![endif]--> |
22 <link rel="stylesheet" href="assets/bo-client-vendor.css"> |
22 <link rel="stylesheet" href="{{rootURL}}assets/bo-client-vendor.css"> |
23 <link rel="stylesheet" href="assets/bo-client.css"> |
23 <link rel="stylesheet" href="{{rootURL}}assets/bo-client.css"> |
24 {{content-for "head-footer"}} |
24 {{content-for "head-footer"}} |
25 </head> |
25 </head> |
26 <body> |
26 <body> |
27 <nav class="navbar navbar-default"> |
27 <nav class="navbar navbar-default"> |
28 <div class="container-fluid"> |
28 <div class="container-fluid"> |
49 <div class="container-fluid" id="ember-container"></div> |
49 <div class="container-fluid" id="ember-container"></div> |
50 |
50 |
51 |
51 |
52 {{content-for "body"}} |
52 {{content-for "body"}} |
53 |
53 |
54 <script src="assets/bo-client-vendor.js"></script> |
54 <script src="{{rootURL}}assets/bo-client-vendor.js"></script> |
55 <script src="assets/bo-client.js"></script> |
55 <script src="{{rootURL}}assets/bo-client.js"></script> |
56 |
56 |
57 {{content-for "body-footer"}} |
57 {{content-for "body-footer"}} |
58 |
58 |
59 </body> |
59 </body> |
60 </html> |
60 </html> |