Files
edu/lekcje.html
2026-05-26 21:19:14 +02:00

37 lines
1.4 KiB
HTML
Raw Permalink 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="pl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
<title>Edu — Lekcje z matematyki</title>
<link rel="stylesheet" href="styles.css?v=20260524" />
<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;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="app-container">
<header class="app-header">
<a href="index.html" class="back-button" id="back-to-hub"></a>
<h1 class="app-title">Lekcje z matematyki</h1>
<p class="app-subtitle">Wybierz temat, aby rozpocząć</p>
</header>
<main class="category-grid">
<a href="lekcja-dodawanie-1.html" class="category-card" style="--grad-start: #3B82F6; --grad-end: #1D4ED8;">
<div class="card-icon"></div>
<div class="card-content">
<h2 class="card-title">Dodawanie</h2>
<p class="card-desc">Naucz się dodawać</p>
</div>
</a>
<!-- Tutaj pojawią się kolejne tematy -->
</main>
</div>
<footer class="app-footer">Version: <span id="commit-sha">(loading)</span></footer>
<script src="version.js?v=20260521" defer></script>
<script src="nav.js" defer></script>
</body>
</html>