-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 965 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="vi">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>ColorCount — Học đếm bằng màu</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main class="container">
<header class="hero card">
<div class="logo">🎨</div>
<h1 class="kid-title">ColorCount</h1>
<p class="tiny">Đếm — Nhận biết màu — Học vui</p>
</header>
<section class="controls card center">
<div class="large-buttons">
<a class="btn btn-level1" href="game.html?level=1">🌈 Level 1</a>
<a class="btn btn-level2" href="game.html?level=2">🔢 Level 2</a>
</div>
<p class="hint">Không điểm, không giới hạn — chỉ khích lệ ✨</p>
</section>
<footer class="footer">
<small>Phiên bản demo — Thân thiện với trẻ em</small>
</footer>
</main>
</body>
</html>