| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>SDC</title> |
| <base href="/"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| |
| <link rel="icon" type="image/x-icon" href="favicon.ico"> |
| |
| </head> |
| <body data-ng-class="bodyClass"> |
| |
| <!--<h1>Index.html</h1>--> |
| <app-root>Loading...</app-root> |
| <!--<h2>Before ui-view</h2>--> |
| <div ui-view style="height:100%"></div> |
| <!--<h2>After ui-view</h2>--> |
| <script src="/sdc1/scripts/inline.bundle.js"></script> |
| <script src="/sdc1/scripts/polyfills.bundle.js"></script> |
| <script src="/sdc1/scripts/vendor.bundle.js"></script> |
| <script src="/dcae/dcae-bundle.js"></script> |
| <script id="main-bundle" src="/sdc1/scripts/main.bundle.js"></script> |
| <script src="/sdc1/scripts/styles.bundle.js"></script> |
| |
| </body> |
| |
| </html> |
| |