Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 4 | <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 Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 11 | </head> |
| 12 | <body data-ng-class="bodyClass"> |
| 13 | |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 14 | <!--<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 Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 27 | |
| 28 | </html> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 29 | |