index.html 753 B

1234567891011121314151617181920212223242526272829
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Ricochet.js admin</title>
  6. <meta name="description" content="">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta property="og:title" content="">
  9. <meta property="og:type" content="">
  10. <meta property="og:url" content="">
  11. <meta property="og:image" content="">
  12. <link rel="manifest" href="site.webmanifest">
  13. <link rel="apple-touch-icon" href="icon.png">
  14. <link rel="stylesheet" href="https://unpkg.com/chota@latest">
  15. <link rel="stylesheet" href="css/main.css">
  16. <meta name="theme-color" content="#fafafa">
  17. </head>
  18. <body class="dark">
  19. <div id="root" />
  20. <script type="module" src="js/main.js"></script>
  21. </body>
  22. </html>