index.html 642 B

123456789101112131415161718
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>AngularAlarmClockConfigurator</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="assets/roboto_300_400_500.css" rel="stylesheet">
  10. <link href="assets/material_icons.css" rel="stylesheet">
  11. <link rel="manifest" href="manifest.webmanifest">
  12. <meta name="theme-color" content="#1976d2">
  13. </head>
  14. <body class="mat-typography">
  15. <app-root></app-root>
  16. <noscript>Please enable JavaScript to continue using this application.</noscript>
  17. </body>
  18. </html>