Spaces:
Running
Running
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> | |
| <meta name="theme-color" content="#f7f7f4" /> | |
| <meta name="mobile-web-app-capable" content="yes" /> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <meta name="apple-mobile-web-app-title" content="CodexMobile" /> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="default" /> | |
| <link rel="manifest" href="/manifest.webmanifest" /> | |
| <link rel="icon" type="image/png" sizes="192x192" href="/codex-icon-192.png" /> | |
| <link rel="apple-touch-icon" sizes="180x180" href="/codex-icon-180.png" /> | |
| <title>CodexMobile</title> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.jsx"></script> | |
| </body> | |
| </html> | |