Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>OmniAPI | The Autonomous Workbench</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet"> | |
| <!-- Swagger UI Assets --> | |
| <link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@5.11.0/swagger-ui.css" /> | |
| <script src="https://unpkg.com/swagger-ui-dist@5.11.0/swagger-ui-bundle.js"></script> | |
| <!-- YAML Parser for local industrial-scale handling --> | |
| <script src="https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js"></script> | |
| <style> | |
| :root { | |
| --bg-deep: #020617; | |
| --accent: #6366f1; | |
| --sidebar: #0f172a; | |
| } | |
| body { | |
| font-family: 'Plus Jakarta Sans', sans-serif; | |
| background-color: var(--bg-deep); | |
| color: #f8fafc; | |
| overflow: hidden; | |
| -webkit-font-smoothing: antialiased; | |
| } | |
| .code-font { | |
| font-family: 'Fira Code', monospace; | |
| } | |
| .glass { | |
| background: rgba(15, 23, 42, 0.6); | |
| backdrop-filter: blur(12px); | |
| border: 1px solid rgba(255, 255, 255, 0.05); | |
| } | |
| .swagger-ui { filter: invert(90%) hue-rotate(180deg) brightness(1.2); } | |
| .swagger-ui .topbar { display: none; } | |
| ::-webkit-scrollbar { width: 4px; height: 4px; } | |
| ::-webkit-scrollbar-track { background: transparent; } | |
| ::-webkit-scrollbar-thumb { background: #334155; border-radius: 10px; } | |
| </style> | |
| <link rel="stylesheet" href="/index.css"> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "react": "https://esm.sh/react@^19.2.3", | |
| "react-dom/": "https://esm.sh/react-dom@^19.2.3/", | |
| "react/": "https://esm.sh/react@^19.2.3/", | |
| "@google/genai": "https://esm.sh/@google/genai@^1.34.0", | |
| "lucide-react": "https://esm.sh/lucide-react@^0.562.0" | |
| } | |
| } | |
| </script> | |
| <script type="module" crossorigin src="/assets/index-DrB8bz2i.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> | |