Files
edu/index.html
T
Sebastian Molenda 07c76346c9
Deploy to FTP / deploy (push) Successful in 3s
eoiberfvfo
2026-05-21 22:21:01 +02:00

53 lines
1.9 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="pl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
<title>Edu — Główne Menu</title>
<link rel="stylesheet" href="styles.css?v=20260521" />
</head>
<body>
<div class="app-wrap">
<main class="screen hub-screen">
<h1 class="app-title hub-logo">📚 Nauka</h1>
<section class="panel hub-group">
<h2 class="hub-group-title">🇵🇱 Język Polski</h2>
<div class="hub-cards">
<a href="czytanie.html" class="hub-card">
<span class="hub-card-icon">📖</span>
<span class="hub-card-label">Czytanie</span>
</a>
<a class="hub-card hub-card--disabled" aria-disabled="true">
<span class="hub-card-icon">✏️</span>
<span class="hub-card-label">Ortografia</span>
<span class="hub-card-badge">wkrótce</span>
</a>
</div>
</section>
<section class="panel hub-group">
<h2 class="hub-group-title">🔢 Matematyka</h2>
<div class="hub-cards">
<a href="testy.html" class="hub-card">
<span class="hub-card-icon">📝</span>
<span class="hub-card-label">Testy</span>
</a>
<a href="mnozenie.html" class="hub-card">
<span class="hub-card-icon">×</span>
<span class="hub-card-label">Nauka mnożenia</span>
</a>
<a href="dzielenie.html" class="hub-card">
<span class="hub-card-icon">÷</span>
<span class="hub-card-label">Nauka dzielenia</span>
</a>
</div>
</section>
</main>
</div>
<footer class="app-footer">Version: <span id="commit-sha">(loading)</span></footer>
<script src="version.js?v=20260521" defer></script>
</body>
</html>