cohorta/index.html
Vadym Samoilenko 93bc2f953d fix: smaller header logo (sm size) + remove stale .ico favicon fallback
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 21:06:31 +01:00

19 lines
715 B
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Cohorta</title>
<meta name="description" content="AI-powered synthetic focus groups for product research" />
<meta name="author" content="AImpress" />
<meta property="og:title" content="Cohorta" />
<meta property="og:description" content="AI-powered synthetic focus groups for product research" />
<meta property="og:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>