Files
marketplaces/src/index.html
2026-02-26 21:54:21 +04:00

91 lines
4.3 KiB
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Dexar Market - Маркетплейс цифровых товаров</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta name="keywords" content="маркетплейс, цифровые товары, онлайн магазин, купить, dexar market">
<meta name="author" content="Dexar Market">
<meta name="theme-color" content="#667eea">
<link rel="icon" type="image/svg+xml" href="/assets/images/dexar-favicon.svg">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dexarmarket.ru/">
<meta property="og:title" content="Dexar Market - Маркетплейс цифровых товаров">
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta property="og:image" content="https://dexarmarket.ru/og-image.jpg">
<meta property="og:locale" content="ru_RU">
<meta property="og:site_name" content="Dexar Market">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://dexarmarket.ru/">
<meta name="twitter:title" content="Dexar Market - Маркетплейс цифровых товаров">
<meta name="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta name="twitter:image" content="https://dexarmarket.ru/og-image.jpg">
<!-- Telegram -->
<meta property="telegram:channel" content="@dexarmarket">
<!-- Canonical URL -->
<link rel="canonical" href="https://dexarmarket.ru/">
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/x-icon" href="favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="favicon.svg">
<!-- iOS Meta Tags -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Dexar Market">
<!-- Preconnect to API -->
<link rel="preconnect" href="https://api.dexarmarket.ru" crossorigin="">
<link rel="dns-prefetch" href="https://api.dexarmarket.ru">
<!-- Preload critical assets for better LCP -->
<link rel="preload" href="/assets/images/dexar-logo.svg" as="image" type="image/svg+xml">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap">
<!-- Critical CSS for faster FCP -->
<style>
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#f8f9fa;color:#333}
app-root{display:block;min-height:100vh}
.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:#667eea}
</style>
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Dexar Market",
"url": "https://dexarmarket.ru",
"description": "Современный маркетплейс для покупки цифровых товаров",
"potentialAction": {
"@type": "SearchAction",
"target": "https://dexarmarket.ru/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<link rel="manifest" href="manifest.webmanifest">
</head>
<body>
<app-root>
<div class="loading">
<div>Загрузка...</div>
</div>
</app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>