File size: 773 Bytes
16e11ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<script type="importmap">
{
"imports": {
"@google/genai": "https://esm.sh/@google/genai@^0.7.0",
"react": "https://esm.sh/react@^19.0.0",
"react/": "https://esm.sh/react@^19.0.0/",
"react-dom/": "https://esm.sh/react-dom@^19.0.0/",
"lucide-react": "https://esm.sh/lucide-react@^0.487.0",
"@tailwindcss/browser": "https://esm.sh/@tailwindcss/browser@^4.1.2"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&display=swap" rel="stylesheet">
<div id="root"></div><link rel="stylesheet" href="/index.css">
<script type="module" src="/index.tsx"></script>
|