2025-12-29 20:01:55 +03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="ru">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-01-10 21:46:54 +03:00
|
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
|
|
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
2025-12-29 20:01:55 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
2026-01-10 21:46:54 +03:00
|
|
|
|
|
|
|
|
<!-- PWA Meta Tags -->
|
|
|
|
|
<meta name="theme-color" content="#4f46e5" />
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="PlayLife" />
|
|
|
|
|
<meta name="description" content="Трекер продуктивности и изучения слов" />
|
|
|
|
|
|
2025-12-29 20:01:55 +03:00
|
|
|
<title>PlayLife - Статистика</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|