Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" /> | |
| <meta name="theme-color" content="#0a0a0f"> | |
| <title>CHB • Universal Brain</title> | |
| <link rel="icon" href="/favicon.svg"> | |
| <link rel="apple-touch-icon" href="/icon-192.png"> | |
| <link rel="manifest" href="/manifest.json"> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
| <meta name="format-detection" content="telephone=no"> | |
| <!-- Source CSS --> | |
| <link rel="stylesheet" href="/src/styles.css"> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <!-- Main React entry --> | |
| <script type="module" src="/src/main.jsx"></script> | |
| </body> | |
| </html> | |