view 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
line wrap: on
line source

<html>
  <head>
    <meta charset="utf-8" /> 
    <title>ISMI Query Builder</title>
  </head>

  <!-- 3. Display the application -->
  <body>
    <query-app>Loading... Query Builder</query-app>
  </body>

</html>