index.html 627 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>SwOPT Angular</title>
  6. <base href="/">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="icon" type="image/x-icon" href="favicon.ico">
  9. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  10. <link rel="manifest" href="manifest.webmanifest">
  11. <meta name="theme-color" content="#1976d2">
  12. <meta content='yes' name='apple-mobile-web-app-capable'/>
  13. <meta content='yes' name='mobile-web-app-capable'/>
  14. </head>
  15. <body class="mat-app-background">
  16. <app-root></app-root>
  17. </body>
  18. </html>