-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (26 loc) · 1.03 KB
/
index.html
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
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<title>Free Resources for Learning Languages by Trung Nguyen</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
</head>
<body>
<main class="container">
<ul>
<li><a href="books/korean_folktales/v1/index.html">Bilingual Folktales in Korean and English - version 1</a>
</li>
<li><a href="books/korean_folktales/v2/index.html">Bilingual Folktales in Korean and English - version 2</a>
</li>
</ul>
<a href="https://github.com/trungngv/languages" target="_blank">
<img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github" alt="Languages repo by Trung Nguyen">
</a>
<footer>
<p>© 2024 Trung Nguyen</p>
</footer>
</main>
</body>
</html>