Initial commit: VoIdeaAI - voice-first AI idea assistant
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" href="/favicon.ico" sizes="48x48" />
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="VoIdeaAI — идеи рождаются вслух, решения приходят мгновенно! Голосовой AI-ассистент с 26 агентами для генерации и анализа идей." />
|
||||
<meta name="keywords" content="AI, генерация идей, голосовой ассистент, анализ идей, искусственный интеллект" />
|
||||
<meta name="author" content="VoIdeaAI" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<meta name="theme-color" content="#1e1b4b" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="VoIdeaAI — Идеи рождаются вслух" />
|
||||
<meta property="og:description" content="Голосовой AI-ассистент с 26 агентами для генерации и анализа идей. Записывайте мысли голосом, получайте анализ от экспертных агентов." />
|
||||
<meta property="og:image" content="/logo.jpeg" />
|
||||
<meta property="og:url" content="https://voidea.ai" />
|
||||
<meta property="og:locale" content="ru_RU" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="VoIdeaAI — Идеи рождаются вслух" />
|
||||
<meta name="twitter:description" content="Голосовой AI-ассистент с 26 агентами для генерации и анализа идей." />
|
||||
<meta name="twitter:image" content="/logo.jpeg" />
|
||||
|
||||
<!-- JSON-LD -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "VoIdeaAI",
|
||||
"applicationCategory": "Productivity",
|
||||
"operatingSystem": "Web",
|
||||
"description": "Голосовой AI-ассистент с 26 агентами для генерации и анализа идей.",
|
||||
"author": { "@type": "Organization", "name": "VoIdeaAI" },
|
||||
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "RUB" }
|
||||
}
|
||||
</script>
|
||||
|
||||
<title>VoIdeaAI — Идеи рождаются вслух</title>
|
||||
</head>
|
||||
<body class="bg-gray-50 text-gray-900 dark:bg-gray-950 dark:text-gray-100">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user