index.html 684 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <link rel="preconnect" href="https://fonts.googleapis.com" />
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  9. <link
  10. href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..700&display=swap"
  11. rel="stylesheet"
  12. />
  13. <title>Gitr</title>
  14. <style>html,body{background:#0a0a0a}</style>
  15. </head>
  16. <body style="background:#0a0a0a">
  17. <div id="root"></div>
  18. <script type="module" src="/src/main.tsx"></script>
  19. </body>
  20. </html>