Mercurial > hg > ng2-query-ismi
diff index.html @ 13:98b435bb6c0c
more query work.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 21 Jan 2016 14:47:00 +0100 |
parents | 6cd6c09032aa |
children | 9343e43a17d1 |
line wrap: on
line diff
--- a/index.html Thu Jan 21 11:16:13 2016 +0100 +++ b/index.html Thu Jan 21 14:47:00 2016 +0100 @@ -1,7 +1,7 @@ <html> <head> - <title>Angular 2 QuickStart</title> + <title>ISMI Query Builder</title> <!-- 1. Load libraries --> <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script> @@ -28,7 +28,7 @@ <!-- 3. Display the application --> <body> - <query-app>Loading...</query-app> + <query-app>Loading... Query Builder</query-app> </body> </html>