-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 889 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9TZ20F4S84"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9TZ20F4S84');
</script>
<title>Chinese Classics</title>
<meta name="description" content="English Translations of Classic Chinese Songs" />
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>English Translations of Classic Chinese Songs</h1>
<p>See below for list of translated songs</p>
<ul>
<li>
<a href="danny-chan/one-lifes-wish.html" title="一生何求 - One Life's Wish">一生何求 One Life's Wish</a>
<span> - 陳百強 Danny Chan</span>
</li>
</ul>
</body>
</html>