Spaces:
Paused
Paused
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>OpenClaw Control</title> | |
| <meta name="color-scheme" content="dark light" /> | |
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" /> | |
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | |
| </head> | |
| <body> | |
| <openclaw-app></openclaw-app> | |
| <script type="module" src="/src/main.ts"></script> | |
| </body> | |
| </html> | |