Files
Kanban-Front/public/index.html
Vladiysss 31c2764936 Init
2026-04-18 14:55:18 +03:00

24 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="theme-color" content="#0f141c" />
<meta name="description" content="Fool-Stack — современная канбан-доска для командной работы" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<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=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<title>Fool-Stack · Канбан</title>
</head>
<body>
<noscript>Включите JavaScript, чтобы запустить приложение.</noscript>
<div id="root"></div>
</body>
</html>