Dateien nach "competitor-analysis" hochladen
This commit is contained in:
51
competitor-analysis/index.html
Normal file
51
competitor-analysis/index.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!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" />
|
||||
<title>B2B 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>
|
||||
Reference in New Issue
Block a user