index.html

<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0">
    <meta charset="utf-8" />
    <title></title>

    <!-- include the files for the serviceworker and wrapper for indexDB -->
    <script src="serviceworker.js"></script>
    <script src="dist/promisedIndexDB.js"></script>

    <!-- include JQuery -->
    <script src="dist/jquery-3.2.1.min.js"></script>
    <!-- other JQuery plugs can be included as seperate files or be manually combined into here -->
    <script src="dist/jquery-plugins.js"></script>

    <!-- The application logic (from the TypeScript files is transpiled into here -->
    <script src="dist/application.js"></script>

    <!-- if using it pull in bootstrap -->
    <script src="dist/bootstrap/js/bootstrap.min.js"></script>
    <link href="dist/css/bootstrap.css" rel="stylesheet" />
    <link href="dist/css/css.css" rel="stylesheet" />
    <link href="dist/font-awesome/css/font-awesome.min.css" rel="stylesheet" />

    <!-- the preprocessed .scss files are output into here -->
    <link href="dist/css/app.min.css" rel="stylesheet" />

    <!-- include any other third party scripts -->
    <script src="dist/moment.min.js"></script>
    <script src="dist/Chart.min.js"></script>
</head>
<body>
    <div id="app-navigation"></div>
    <div class="container" style="max-width: 100%;">
        <div id="application">Loading...</div>
    </div>
    <div id="app-footer"></div>
    <script>
        new App();
    </script>
</body>
</html>

results matching ""

    No results matching ""