-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (47 loc) · 2.11 KB
/
Copy pathindex.html
File metadata and controls
50 lines (47 loc) · 2.11 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" />
<title>WeBuddhist</title>
<meta
name="description"
content="Explore the world's Buddhist teachings, texts, and manuscripts in one digital library. Study dharma, meditation, and spiritual practice with WeBuddhist."
/>
<meta
name="keywords"
content="Buddhism, Buddhist texts, dharma, meditation, Buddhist teachings, digital library, religious studies, spiritual practice, Buddhist community, pecha, manuscripts"
/>
<!-- Open Graph / Facebook / WhatsApp / Telegram -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webuddhist.com/" />
<meta property="og:title" content="WeBuddhist – Digital Buddhist Library" />
<meta
property="og:description"
content="Explore the world's Buddhist teachings, texts, and manuscripts in one digital library. Study dharma, meditation, and spiritual practice with WeBuddhist."
/>
<meta property="og:image" content="https://webuddhist.com/img/icon.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:site_name" content="WeBuddhist" />
<!-- Twitter / X Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://webuddhist.com/" />
<meta
name="twitter:title"
content="WeBuddhist – Digital Buddhist Library"
/>
<meta
name="twitter:description"
content="Explore the world's Buddhist teachings, texts, and manuscripts in one digital library. Study dharma, meditation, and spiritual practice with WeBuddhist."
/>
<meta name="twitter:image" content="https://webuddhist.com/img/icon.png" />
<link rel="icon" type="image/png" href="/img/icon.png" />
<link rel="apple-touch-icon" href="/img/icon.png" />
<link rel="shortcut icon" href="/img/icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>