Mercurial > hg > ng2-query-ismi
annotate index.html @ 44:3779464b830e ng2-rc1
update to angular2-rc1. mostly working ;-(
Starting 'ng2-rc1' branch
| author | casties |
|---|---|
| date | Tue, 14 Jun 2016 19:58:53 +0200 |
| parents | 5353b2dffb0f |
| children |
| rev | line source |
|---|---|
| 0 | 1 <html> |
| 2 <head> | |
| 41 | 3 <meta charset="utf-8" /> |
|
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> |
