sdelay-sayt-proekt-lifemap-k/index.html

23 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru" data-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="LifeMap — не знаешь, куда сходить в Алматы? Ответь на несколько вопросов, и мы соберём готовый план отдыха с маршрутом на карте.">
<title>LifeMap — Куда сходить сегодня в Алматы?</title>
<link rel="stylesheet" href="./design-system/kt-ai-fonts.css">
<link rel="stylesheet" href="./design-system/kt-ai-tokens.css">
<link rel="stylesheet" href="./design-system/kt-ai-components.css">
<link rel="stylesheet" href="./design-system/kt-ai-page.css">
<link rel="stylesheet" href="./design-system/vibe-theme.css">
<link rel="stylesheet" href="./leaflet/leaflet.css">
<style>a.kt-ai-btn{text-decoration:none} a[href]{color:inherit}</style>
</head>
<body>
<script src="./leaflet/leaflet.js"></script>
<script src="./design-system/icons/kt-ai-icons.js"></script>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>