| <!DOCTYPE html> | = | <!DOCTYPE html> |
| <html lang="en" class="default-style"> | <html lang="en" class="default-style"> | |
| <head> | <head> | |
| <base href="/"> | <base href="/"> | |
| <title>Angular Starter</title> | <title>Angular Starter</title> | |
| <meta charset="utf-8"> | <meta charset="utf-8"> | |
| <meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1"> | <meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1"> | |
| <meta name="description" content=""> | <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
| <link rel="icon" type="image/x-icon" href="favicon.ico"> | <link rel="icon" type="image/x-icon" href="favicon.ico"> | |
| <!-- Main font --> | <!-- Main font --> | |
| <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900" rel="stylesheet"> | |
| <!-- Icons. Uncomment required icon fonts --> | <!-- Icons. Uncomment required icon fonts --> | |
| <!-- <link rel="stylesheet" href="assets/vendor/fonts/fontawesome.css"> --> | <!-- <link rel="stylesheet" href="assets/vendor/fonts/fontawesome.css"> --> | |
| <link rel="stylesheet" href="assets/vendor/fonts/ionicons.css"> | <link rel="stylesheet" href="assets/vendor/fonts/ionicons.css"> | |
| <!-- <link rel="stylesheet" href="assets/vendor/fonts/linearicons.css"> --> | <!-- <link rel="stylesheet" href="assets/vendor/fonts/linearicons.css"> --> | |
| <!-- <link rel="stylesheet" href="assets/vendor/fonts/open-iconic.css"> --> | <!-- <link rel="stylesheet" href="assets/vendor/fonts/open-iconic.css"> --> | |
| <!-- <link rel="stylesheet" href="assets/vendor/fonts/pe-icon-7-stroke.css"> --> | <!-- <link rel="stylesheet" href="assets/vendor/fonts/pe-icon-7-stroke.css"> --> | |
| <!-- Layout helpers --> | <!-- Layout helpers --> | |
| <script src="assets/vendor/js/layout-helpers.js"></script> | <script src="assets/vendor/js/layout-helpers.js"></script> | |
| -+ | <!-- Custom elements polyfill --> | |
| <script>this.customElements||document.write('<script src="//unpkg.com/document-register-element"><\x2fscript>');</script> | ||
| </head> | = | </head> |
| <body> | <body> | |
| <!-- App root --> | <!-- App root --> | |
| <app-root></app-root> | <app-root></app-root> | |
| <!-- / App root --> | <!-- / App root --> | |
| </body> | </body> | |
| </html> | </html> |