Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>CodexReality3D v9.8</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div id="root"> | |
| <canvas id="viewport" width="256" height="256"></canvas> | |
| <div id="console"> | |
| <pre id="log">CodexReality3D v9.8 | |
| Initializing... | |
| Type commands or natural language. | |
| </pre> | |
| <input id="input" placeholder="> enter command or language stream" /> | |
| </div> | |
| </div> | |
| <script type="module" src="main.js"></script> | |
| </body> | |
| </html> |