-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Buku Dongeng Anak</title>
<meta name="description" content="Buku Dongeng Anak - A fun and interactive storytelling app for children with animal stories, facts and sounds." />
<meta name="keywords" content="Buku Dongeng Anak, storytelling, children, animal facts, animal stories, interactive app, buku cerita, anak - anak, cerita hewan, hewan, belajar anak, edukasi anak, suara hewan, gambar hewan, buku dongeng" />
<meta name="author" content="Ridho Perdana" />
<meta property="og:title" content="Buku Dongeng Anak" />
<meta property="og:description" content="A fun and interactive storytelling app for children with animal stories, facts and sounds. Aplikasi interaktif untuk anak-anak mengenal hewan, fakta menarik, dan suaranya." />
<meta property="og:image" content="/icon.png" />
<meta property="og:url" content="https://buku-dongeng.pages.dev" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalApplication",
"name": "BukuDongeng",
"description": "Aplikasi interaktif untuk berdongeng dan belajar fakta, gambar, serta suara hewan.",
"url": "https://buku-dongeng.pages.dev",
"author": {
"@type": "Person",
"name": "Ridho Perdana"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>