author | ymh <ymh.work@gmail.com> |
Sat, 03 Dec 2016 02:43:57 +0100 | |
changeset 463 | 5c43f17f87b5 |
parent 263 | 3deace9204de |
child 517 | 3143195e91b4 |
permissions | -rw-r--r-- |
4 | 1 |
<!DOCTYPE html> |
2 |
<html lang="en"> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
7 |
<title>Corpus Parole</title> |
|
8 |
||
32 | 9 |
{{content-for "head"}} |
4 | 10 |
|
11 |
<!-- Fonts --> |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
12 |
<link rel="stylesheet" href="{{rootURL}}assets/css/fonts.css"> |
28 | 13 |
<!--link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'--> |
4 | 14 |
|
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:// --> |
|
17 |
<!--[if lt IE 9]> |
|
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> |
|
20 |
||
21 |
<![endif]--> |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
22 |
<link rel="stylesheet" href="{{rootURL}}assets/bo-client-vendor.css"> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
23 |
<link rel="stylesheet" href="{{rootURL}}assets/bo-client.css"> |
32 | 24 |
{{content-for "head-footer"}} |
4 | 25 |
</head> |
26 |
<body> |
|
27 |
<nav class="navbar navbar-default"> |
|
28 |
<div class="container-fluid"> |
|
29 |
<div class="navbar-header"> |
|
30 |
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> |
|
31 |
<span class="sr-only">Toggle Navigation</span> |
|
32 |
<span class="icon-bar"></span> |
|
33 |
<span class="icon-bar"></span> |
|
34 |
<span class="icon-bar"></span> |
|
35 |
</button> |
|
36 |
<a class="navbar-brand" href="#">Corpus de la Parole</a> |
|
37 |
</div> |
|
38 |
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
|
39 |
<ul class="nav navbar-nav"> |
|
40 |
<li><a href="#">Home</a></li> |
|
41 |
</ul> |
|
42 |
<ul class="nav navbar-nav navbar-right"> |
|
43 |
<li><a href="#login">Login</a></li> |
|
44 |
<li><a href="#register">Register</a></li> |
|
45 |
</ul> |
|
46 |
</div> |
|
47 |
</div> |
|
48 |
</nav> |
|
49 |
<div class="container-fluid" id="ember-container"></div> |
|
50 |
||
51 |
||
32 | 52 |
{{content-for "body"}} |
4 | 53 |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
54 |
<script src="{{rootURL}}assets/bo-client-vendor.js"></script> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
55 |
<script src="{{rootURL}}assets/bo-client.js"></script> |
4 | 56 |
|
32 | 57 |
{{content-for "body-footer"}} |
58 |
||
4 | 59 |
</body> |
60 |
</html> |