root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / index.html @ faad3c72
History | View | Annotate | Download (2.1 kB)
1 |
<!DOCTYPE html>
|
---|---|
2 |
<!--[if lte IE 7]><script src="javascripts/lte-ie7.js"></script><![endif]-->
|
3 |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
4 |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
5 |
|
6 |
<head>
|
7 |
<meta charset="utf-8" /> |
8 |
<meta name="viewport" content="width=device-width" /> |
9 |
<title>Ember UI</title> |
10 |
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,greek-ext,greek' rel='stylesheet' type='text/css'> |
11 |
<link rel="stylesheet" href="../stylesheets/normalize.css" /> |
12 |
<link rel="stylesheet" href="../stylesheets/app.css" /> |
13 |
<link rel="stylesheet" href="../stylesheets/farbtastic.css" /> |
14 |
<link rel="stylesheet" href="../stylesheets/font_custom.css" /> |
15 |
<link rel="stylesheet" href="../stylesheets/jquery.jscrollpane.css" media="all" /> |
16 |
<link rel="stylesheet" href="../stylesheets/magnific-popup.css" /> |
17 |
</head>
|
18 |
<body>
|
19 |
|
20 |
|
21 |
<script src="../dist/vendor.js"></script> |
22 |
|
23 |
<script src="../vendor/foundation/foundation.js"></script> |
24 |
<script src="../vendor/foundation/foundation.alerts.js"></script> |
25 |
<script src="../vendor/foundation/foundation.clearing.js"></script> |
26 |
<script src="../vendor/foundation/foundation.cookie.js"></script> |
27 |
<script src="../vendor/foundation/foundation.dropdown.js"></script> |
28 |
<script src="../vendor/foundation/foundation.forms.js"></script> |
29 |
<script src="../vendor/foundation/foundation.joyride.js"></script> |
30 |
<script src="../vendor/foundation/foundation.magellan.js"></script> |
31 |
<script src="../vendor/foundation/foundation.orbit.js"></script> |
32 |
<script src="../vendor/foundation/foundation.placeholder.js"></script> |
33 |
<script src="../vendor/foundation/foundation.reveal.js"></script> |
34 |
<script src="../vendor/foundation/foundation.section.js"></script> |
35 |
<script src="../vendor/foundation/foundation.tooltips.js"></script> |
36 |
<script src="../vendor/foundation/foundation.topbar.js"></script> |
37 |
|
38 |
<script src="../dist/templates.js"></script> |
39 |
<script src="../dist/ember-app.js"></script> |
40 |
|
41 |
<script>
|
42 |
$(document).foundation();
|
43 |
</script>
|
44 |
</body>
|
45 |
</html>
|