cohorta/index.html

19 lines
719 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?v=2" />
<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>