blob: 3a66d4da45b3a6c04512c657edf5728fe1c392a0 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001<!doctype html>
2<html>
3<head>
Michael Lando3c3c8332017-07-20 01:29:49 +03004 <meta charset="utf-8">
5 <title>SDC</title>
6 <base href="/">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
9 <link rel="icon" type="image/x-icon" href="favicon.ico">
10
Michael Landoed64b5e2017-06-09 03:19:04 +030011</head>
12<body data-ng-class="bodyClass">
13
Michael Lando3c3c8332017-07-20 01:29:49 +030014<!--<h1>Index.html</h1>-->
15<app-root>Loading...</app-root>
16<!--<h2>Before ui-view</h2>-->
17<div ui-view style="height:100%"></div>
18<!--<h2>After ui-view</h2>-->
19<script src="/sdc1/scripts/inline.bundle.js"></script>
20<script src="/sdc1/scripts/polyfills.bundle.js"></script>
21<script src="/sdc1/scripts/vendor.bundle.js"></script>
22<script src="/dcae/dcae-bundle.js" async></script>
23<script id="main-bundle" src="/sdc1/scripts/main.bundle.js"></script>
24<script src="/sdc1/scripts/styles.bundle.js"></script>
25
26</body>
Michael Landoed64b5e2017-06-09 03:19:04 +030027
28</html>
Michael Lando3c3c8332017-07-20 01:29:49 +030029