Spaces:
Configuration error
Configuration error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/svg+xml" href="logo.svg" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>LinkLoom - Your Smart Link To-Do List</title> | |
| <!-- PWA Manifest and Theme --> | |
| <link rel="manifest" href="manifest.json" /> | |
| <meta name="theme-color" content="#6366f1" /> | |
| <!-- Apple PWA specific meta tags --> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | |
| <meta name="apple-mobile-web-app-title" content="LinkLoom" /> | |
| <link rel="apple-touch-icon" href="logo.svg" /> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script type="importmap"> | |
| { | |
| "imports": { | |
| "@google/genai": "https://aistudiocdn.com/@google/genai@^1.28.0", | |
| "react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/", | |
| "react/": "https://aistudiocdn.com/react@^19.2.0/", | |
| "react": "https://aistudiocdn.com/react@^19.2.0" | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body class="bg-slate-100 dark:bg-slate-900"> | |
| <div id="root"></div> | |
| <script type="module" src="index.tsx"></script> | |
| </body> | |
| </html> | |