-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>exchanges·agency — AI-бот обменника в Telegram: обмен, трансфер, зелёный коридор</title>
<meta name="description" content="AI-ассистент для обменного пункта: бот в Telegram понимает обмен, курс, трансфер и зелёный коридор, считает курс по вашей формуле, ведёт KYC и заявку до выдачи, CRM оборотов и админка курсов." />
<meta property="og:title" content="exchanges·agency — AI-бот обменника в Telegram" />
<meta property="og:description" content="Обмен, трансфер и VIP-встреча в аэропорту в одном боте: курс по формуле, верификация, реквизиты по API, проверка чеков и CRM сделок." />
<meta property="og:type" content="website" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>