Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>AI Website Generator</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<script> | |
tailwind.config = { | |
theme: { | |
extend: { | |
colors: { | |
'primary': '#4f46e5', | |
'secondary': '#10b981', | |
'dark-bg': '#111827', | |
'dark-card': '#1f2937', | |
'dark-input': '#374151', | |
'light-text': '#f9fafb', | |
'medium-text': '#d1d5db', | |
'dark-text': '#9ca3af', | |
} | |
} | |
} | |
} | |
</script> | |
<link rel="stylesheet" href="/index.css"> | |
<script type="importmap"> | |
{ | |
"imports": { | |
"react-dom/": "https://esm.sh/react-dom@^19.1.1/", | |
"react/": "https://esm.sh/react@^19.1.1/", | |
"react": "https://esm.sh/react@^19.1.1", | |
"@google/genai": "https://esm.sh/@google/genai" | |
} | |
} | |
</script> | |
<script type="module" crossorigin src="/assets/index-C0kAbmiY.js"></script> | |
</head> | |
<body> | |
<div id="root"></div> | |
</body> | |
</html> | |