view index.html @ 23:f7a7014abf5c

normalization service implementation.
author casties
date Tue, 26 Jan 2016 16:28:51 +0100
parents 9343e43a17d1
children 0795207f3b90
line wrap: on
line source

<html>

  <head>
    <title>ISMI Query Builder</title>

    <!-- 1. Load libraries -->
    <script src="jspm_packages/system.js"></script>
    <script src="config.js"></script>

    <!-- 2. Configure SystemJS -->
    <script>
      System.import('app')
            .then(null, console.error.bind(console));
    </script>

  </head>

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

</html>