| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>PyQt UI Generator from Image</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <style> |
| body { |
| font-family: 'Inter', sans-serif; |
| } |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap'); |
| .font-code { |
| font-family: 'Roboto Mono', monospace; |
| } |
| </style> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css"> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/python.min.js"></script> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/cpp.min.js"></script> |
| <script type="importmap"> |
| { |
| "imports": { |
| "react": "https://esm.sh/react@^19.1.0", |
| "react/": "https://esm.sh/react@^19.1.0/", |
| "react-dom/": "https://esm.sh/react-dom@^19.1.0/", |
| "@google/genai": "https://esm.sh/@google/genai@^1.7.0", |
| "jszip": "https://esm.sh/jszip@3.10.1" |
| } |
| } |
| </script> |
| <link rel="stylesheet" href="/index.css"> |
| </head> |
| <body class="bg-gray-900"> |
| <div id="root"></div> |
| <script type="module" src="/index.tsx"></script> |
| </body> |
| </html> |