Files
2026-09-20 15:08:32 +03:00

27 lines
940 B
HTML

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="version" content="3.7.2" />
<title>Filwords PL - Nauka polskiego przez grę</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
background: #F5F5F7;
overflow-x: hidden;
overflow-y: scroll !important;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
height: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>