| .. | .. |
|---|
| 10 | 10 | <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script> --> |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | <!-- Polyfill(s) for older browsers --> |
|---|
| 13 | +<!-- |
|---|
| 13 | 14 | <script src="node_modules/core-js/client/shim.min.js"></script> |
|---|
| 14 | 15 | <script src="node_modules/hammerjs/hammer.min.js"></script> |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | <script src="node_modules/zone.js/dist/zone.js"></script> |
|---|
| 17 | 18 | <script src="node_modules/systemjs/dist/system.src.js"></script> |
|---|
| 19 | + --> |
|---|
| 20 | + |
|---|
| 21 | + <script src="jspm_packages/system.js"></script> |
|---|
| 18 | 22 | |
|---|
| 19 | 23 | |
|---|
| 20 | | - <script src="systemjs.config.js"></script> |
|---|
| 24 | + <script src="jspm.browser.js"></script> |
|---|
| 25 | + <script src="jspm.config.js"></script> |
|---|
| 26 | + <!-- <script src="systemjs.config.js"></script> --> |
|---|
| 21 | 27 | <script> |
|---|
| 22 | 28 | System.import('main').catch(function(err){ console.error(err); }); |
|---|
| 23 | 29 | </script> |
|---|
| 24 | 30 | |
|---|
| 25 | 31 | <!-- Load the Covalent platform stylesheet --> |
|---|
| 26 | 32 | <link href="assets/securis.css" rel="stylesheet"> |
|---|
| 27 | | - <link href="node_modules/@covalent/core/common/platform.css" rel="stylesheet"> |
|---|
| 33 | + <link href="assets/theming/platform.css" rel="stylesheet"> |
|---|
| 28 | 34 | |
|---|
| 29 | 35 | <!-- Load the Covalent/Material prebuilt theme --> |
|---|
| 30 | | - <link href="node_modules/@covalent/core/theming/prebuilt/blue-orange.css" rel="stylesheet"> |
|---|
| 36 | + <link href="assets/theming/blue-orange.css" rel="stylesheet"> |
|---|
| 31 | 37 | |
|---|
| 32 | | - <link href="node_modules/ng2-toastr/bundles/ng2-toastr.min.css" rel="stylesheet" /> |
|---|
| 38 | + <link href="assets/ng2-toastr.min.css" rel="stylesheet" /> |
|---|
| 33 | 39 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
|---|
| 34 | 40 | </head> |
|---|
| 35 | 41 | |
|---|
| .. | .. |
|---|
| 37 | 43 | <app-home> |
|---|
| 38 | 44 | <div style="padding: 20%;text-align:center;"> |
|---|
| 39 | 45 | <img src="assets/securis_logo.svg" width="100"> |
|---|
| 40 | | - <div style="font-size: 0.8em;color: darkgrey;">SeCuris Loading...</div> |
|---|
| 46 | + <div style="font-size: 0.8em;color: darkgrey;">SeCuris Loading2...</div> |
|---|
| 41 | 47 | </div> |
|---|
| 42 | 48 | </app-home> |
|---|
| 43 | 49 | </body> |
|---|