equal
deleted
inserted
replaced
16 <!--[if lt IE 9]> |
16 <!--[if lt IE 9]> |
17 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
17 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
18 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
18 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
19 |
19 |
20 <![endif]--> |
20 <![endif]--> |
21 <link rel="stylesheet" href="assets/vendor.css"> |
21 <link rel="stylesheet" href="assets/bo-client-vendor.css"> |
22 <link rel="stylesheet" href="assets/bo-client.css"> |
22 <link rel="stylesheet" href="assets/bo-client.css"> |
23 |
23 |
24 {{content-for 'head-footer'}} |
24 {{content-for 'head-footer'}} |
25 </head> |
25 </head> |
26 <body> |
26 <body> |
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/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 </body> |
57 </body> |
58 </html> |
58 </html> |