59 lines
1.6 KiB
HTML
59 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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 Marketing Assistant powered by Gemini</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
|
|
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.28.0",
|
|
"react/": "https://aistudiocdn.com/react@^19.2.0/",
|
|
"react": "https://aistudiocdn.com/react@^19.2.0"
|
|
}
|
|
}
|
|
</script>
|
|
<style>
|
|
@media print {
|
|
body {
|
|
-webkit-print-color-adjust: exact;
|
|
print-color-adjust: exact;
|
|
color-adjust: exact;
|
|
background-color: #fff;
|
|
color: #000;
|
|
}
|
|
main {
|
|
padding-top: 1rem !important;
|
|
padding-bottom: 1rem !important;
|
|
}
|
|
section {
|
|
page-break-inside: avoid;
|
|
}
|
|
table {
|
|
width: 100% !important;
|
|
table-layout: fixed;
|
|
}
|
|
td, th {
|
|
word-wrap: break-word;
|
|
}
|
|
textarea {
|
|
border: none !important;
|
|
resize: none !important;
|
|
box-shadow: none !important;
|
|
-webkit-box-shadow: none !important;
|
|
}
|
|
.overflow-x-auto {
|
|
overflow-x: visible !important;
|
|
}
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/index.css">
|
|
</head>
|
|
<body class="bg-slate-50 dark:bg-slate-900">
|
|
<div id="root"></div>
|
|
<script type="module" src="/index.tsx"></script>
|
|
</body>
|
|
</html> |