| 1234567891011121314151617181920 |
- <!doctype html>
- <html lang="zh">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" href="/favicon.ico" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link rel="preconnect" href="https://fonts.googleapis.com" />
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
- <link
- href="https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..700&display=swap"
- rel="stylesheet"
- />
- <title>Gitr</title>
- <style>html,body{background:#0a0a0a}</style>
- </head>
- <body style="background:#0a0a0a">
- <div id="root"></div>
- <script type="module" src="/src/main.tsx"></script>
- </body>
- </html>
|