52 lines
1.9 KiB
HTML
52 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="dark">
|
|
<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" />
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚔️</text></svg>">
|
|
<title>Competitor Analysis Agent</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script>
|
|
tailwind.config = {
|
|
darkMode: 'class',
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
// Dark Theme
|
|
'brand-primary': '#0D1B2A',
|
|
'brand-secondary': '#1B263B',
|
|
'brand-accent': '#415A77',
|
|
'brand-light': '#778DA9',
|
|
'brand-text': '#E0E1DD',
|
|
'brand-highlight': '#3B82F6',
|
|
// Light Theme
|
|
'light-primary': '#F8F9FA',
|
|
'light-secondary': '#FFFFFF',
|
|
'light-accent': '#DEE2E6',
|
|
'light-text': '#212529',
|
|
'light-subtle': '#6C757D',
|
|
},
|
|
},
|
|
},
|
|
}
|
|
</script>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"react/": "https://aistudiocdn.com/react@^19.2.0/",
|
|
"react": "https://aistudiocdn.com/react@^19.2.0",
|
|
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
|
|
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.28.0",
|
|
"jspdf": "https://aistudiocdn.com/jspdf@^2.5.1",
|
|
"jspdf-autotable": "https://aistudiocdn.com/jspdf-autotable@^3.8.2"
|
|
}
|
|
}
|
|
</script>
|
|
<link rel="stylesheet" href="/index.css">
|
|
</head>
|
|
<body class="bg-light-primary dark:bg-brand-primary text-light-text dark:text-brand-text transition-colors duration-300">
|
|
<div id="root"></div>
|
|
<script type="module" src="/index.tsx"></script>
|
|
</body>
|
|
</html> |