Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Remove Background by Nadish | AI Studio</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <style> | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #f8fafc; | |
| } | |
| .checkered-bg { | |
| background-image: linear-gradient(45deg, #e2e8f0 25%, transparent 25%), | |
| linear-gradient(-45deg, #e2e8f0 25%, transparent 25%), | |
| linear-gradient(45deg, transparent 75%, #e2e8f0 75%), | |
| linear-gradient(-45deg, transparent 75%, #e2e8f0 75%); | |
| background-size: 20px 20px; | |
| background-position: 0 0, 0 10px, 10px -10px, -10px 0px; | |
| } | |
| </style> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "react/": "https://esm.sh/react@^19.2.4/", | |
| "react": "https://esm.sh/react@^19.2.4", | |
| "@google/genai": "https://esm.sh/@google/genai@^1.39.0", | |
| "react-dom/": "https://esm.sh/react-dom@^19.2.4/", | |
| "lucide-react": "https://esm.sh/lucide-react@^0.563.0" | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| </body> | |
| </html> |