view index.html @ 41:5353b2dffb0f

added local configuration file app/app-config.ts.
author casties
date Mon, 15 Feb 2016 17:05:07 +0100
parents 313a5360c2d3
children
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">

    <!-- 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>