equal
deleted
inserted
replaced
4 <meta charset="utf-8"> |
4 <meta charset="utf-8"> |
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1"> |
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="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 |
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="assets/bo-client-vendor.css"> |
23 <link rel="stylesheet" href="assets/bo-client.css"> |
23 <link rel="stylesheet" href="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"> |
29 <div class="navbar-header"> |
29 <div class="navbar-header"> |
47 </div> |
47 </div> |
48 </nav> |
48 </nav> |
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="assets/bo-client-vendor.js"></script> |
55 <script src="assets/bo-client.js"></script> |
55 <script src="assets/bo-client.js"></script> |
56 |
56 |
|
57 {{content-for "body-footer"}} |
|
58 |
57 </body> |
59 </body> |
58 </html> |
60 </html> |