Mercurial > hg > ng2-query-ismi
view src/index.html @ 49:781a5387ca93
Merge with angular2-final branch
f8d6f8479e77011fd043c5feb2b14a476d0aaffc
author | casties |
---|---|
date | Mon, 20 Mar 2017 18:50:31 +0100 |
parents | b65a031c4967 |
children | 7b9d616695d3 |
line wrap: on
line source
<html> <head> <meta charset="utf-8" /> <title>ISMI Query Builder</title> <!--link to bootstrap.css--> <link rel="stylesheet" href="assets/css/prism-okaidia.css"> <link rel="stylesheet" href="assets/css/bootstrap-3.3.5.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/jquery.dataTables-1.10.9.css"> <link rel="stylesheet" href="assets/css/style.css"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('main.js').catch(function(err){ console.error(err); }); </script> </head> <!-- 3. Display the application --> <body> <query-app>Loading... Query Builder</query-app> </body> </html>