Mercurial > hg > ng2-query-ismi
comparison 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 |
comparison
equal
deleted
inserted
replaced
59:0d51fefdbae6 | 60:7b9d616695d3 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta charset="utf-8" /> | 3 <meta charset="utf-8" /> |
4 <title>ISMI Query Builder</title> | 4 <title>ISMI Query Builder</title> |
5 | |
6 <!--link to bootstrap.css--> | |
7 <link rel="stylesheet" href="assets/css/prism-okaidia.css"> | |
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"> | |
10 <link rel="stylesheet" href="assets/css/style.css"> | |
11 | |
12 <!-- Polyfill(s) for older browsers --> | |
13 <script src="node_modules/core-js/client/shim.min.js"></script> | |
14 | |
15 <script src="node_modules/zone.js/dist/zone.js"></script> | |
16 <script src="node_modules/systemjs/dist/system.src.js"></script> | |
17 | |
18 <script src="systemjs.config.js"></script> | |
19 <script> | |
20 System.import('main.js').catch(function(err){ console.error(err); }); | |
21 </script> | |
22 </head> | 5 </head> |
23 | 6 |
24 <!-- 3. Display the application --> | 7 <!-- 3. Display the application --> |
25 <body> | 8 <body> |
26 <query-app>Loading... Query Builder</query-app> | 9 <query-app>Loading... Query Builder</query-app> |