index.html 574 B

1234567891011121314151617
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Coriolis</title>
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  8. <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
  9. <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
  10. <link rel="manifest" href="/manifest.json" />
  11. <meta name="theme-color" content="#ffffff" />
  12. </head>
  13. <body>
  14. <main id="app"></main>
  15. </body>
  16. </html>