Mercurial > hg > ng2-query-ismi
annotate index.html @ 38:313a5360c2d3
make css local.
author | casties |
---|---|
date | Sun, 14 Feb 2016 19:38:36 +0100 |
parents | 0795207f3b90 |
children | 5353b2dffb0f |
rev | line source |
---|---|
0 | 1 <html> |
2 | |
3 <head> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
4 <title>ISMI Query Builder</title> |
0 | 5 |
25 | 6 <!--link to bootstrap.css--> |
7 <link rel="stylesheet" href="assets/css/prism-okaidia.css"> | |
38 | 8 <link rel="stylesheet" href="assets/css/bootstrap-3.3.5.min.css"> |
9 <link rel="stylesheet" type="text/css" href="assets/css/jquery.dataTables-1.10.9.css"> | |
25 | 10 <link rel="stylesheet" href="assets/css/style.css"> |
11 | |
0 | 12 <!-- 1. Load libraries --> |
22 | 13 <script src="jspm_packages/system.js"></script> |
14 <script src="config.js"></script> | |
0 | 15 |
16 <!-- 2. Configure SystemJS --> | |
17 <script> | |
22 | 18 System.import('app') |
0 | 19 .then(null, console.error.bind(console)); |
20 </script> | |
21 | |
22 </head> | |
23 | |
24 <!-- 3. Display the application --> | |
25 <body> | |
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
26 <query-app>Loading... Query Builder</query-app> |
0 | 27 </body> |
28 | |
29 </html> |