-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.57 KB
/
Copy pathindex.html
File metadata and controls
50 lines (50 loc) · 2.57 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f1eee4" />
<meta name="description" content="Read all 81 chapters of the Daodejing beside the received Chinese text, with aligned translations, plain English, Legge’s public-domain text, and commentary." />
<meta name="keywords" content="Tao Te Ching, Daodejing, Laozi, Chinese philosophy, Taoism, translation" />
<link rel="canonical" href="https://opentao.pages.dev/" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OpenTao" />
<meta property="og:title" content="OpenTao · Read the Daodejing against its Chinese text" />
<meta property="og:description" content="All 81 chapters, phrase-aligned translations, plain English, public-domain comparison, and textual commentary." />
<meta property="og:url" content="https://opentao.pages.dev/" />
<meta property="og:image" content="https://opentao.pages.dev/og-image.svg" />
<meta property="og:image:alt" content="OpenTao, a close reading of the Daodejing with aligned Chinese and English text" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenTao · A close reading of the Daodejing" />
<meta name="twitter:description" content="The received Chinese text, aligned English translations, and commentary across all 81 chapters." />
<meta name="twitter:image" content="https://opentao.pages.dev/og-image.svg" />
<meta name="twitter:image:alt" content="OpenTao, a close reading of the Daodejing with aligned Chinese and English text" />
<title>OpenTao · Read the Daodejing against its Chinese text</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"name": "OpenTao",
"url": "https://opentao.pages.dev/",
"description": "A phrase-aligned reader for all 81 chapters of the Daodejing."
},
{
"@type": "Book",
"name": "Daodejing",
"alternateName": "Tao Te Ching",
"inLanguage": ["zh-Hant", "en"],
"author": { "@type": "Person", "name": "Laozi" },
"url": "https://opentao.pages.dev/"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>