Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame^] | 1 | <!doctype html> |
| 2 | <html> |
| 3 | <head> |
| 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 | </head> |
| 11 | <body data-ng-class="bodyClass"> |
| 12 | |
| 13 | <!--<h1>Index.html</h1>--> |
| 14 | <app-root>Loading...</app-root> |
| 15 | <!--<h2>Before ui-view</h2>--> |
| 16 | <div ui-view style="height:100%"></div> |
| 17 | <!--<h2>After ui-view</h2>--> |
| 18 | <script type="text/javascript" src="/sdc1/scripts/inline.bundle.js"></script> |
| 19 | <script type="text/javascript" src="/sdc1/scripts/polyfills.bundle.js"></script> |
| 20 | <script type="text/javascript" src="/sdc1/scripts/vendor.bundle.js"></script> |
| 21 | <script type="text/javascript" src="/dcae/dcae-bundle.js"></script> |
| 22 | <script type="text/javascript" src="/sdc1/scripts/main.bundle.js"></script> |
| 23 | <script type="text/javascript" src="/sdc1/scripts/styles.bundle.js"></script></body> |
| 24 | <script type="text/javascript" src="/onboarding/punch-outs_en.js" async></script> |
| 25 | |
| 26 | </html> |