Mercurial > hg > ng2-query-ismi
annotate src/index.html @ 60:7b9d616695d3 webpack
new setup using webpack (and Angular 4).
| author | casties |
|---|---|
| date | Wed, 29 Mar 2017 20:58:57 +0200 |
| parents | b65a031c4967 |
| children | 7787ca310644 |
| 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 </head> |
| 6 | |
| 7 <!-- 3. Display the application --> | |
| 8 <body> | |
|
13
98b435bb6c0c
more query work.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents:
7
diff
changeset
|
9 <query-app>Loading... Query Builder</query-app> |
| 0 | 10 </body> |
| 11 | |
| 12 </html> |
