-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
82 lines (82 loc) · 4.1 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html lang="vi">
<head>
<meta charset="utf-8" />
<title>Đọc Truyện Tranh Online - VTruyen</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<link rel="manifest" href="/manifest.json" />
<link
rel="apple-touch-icon"
href="/icon-256x256.png"
sizes="256x256"
/>
<link
rel="shortcut icon"
href="/icon-256x256.png"
type="image/x-icon"
sizes="256x256"
/>
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no, viewport-fit=cover"
/>
<meta name="title" content="Đọc Truyện Tranh Online - VTruyen" />
<meta
data-rh="true"
name="description"
content="Web đọc truyện tranh online lớn nhất được cập nhật liên tục mỗi ngày - Cùng tham gia đọc truyện và thảo luận với hơn 10 triệu thành viên 🎉 tại VTruyen ❤️💛💚"
/>
<meta
name="keywords"
content="Truyện tranh, Truyen tranh online, Comic, Comics, Manga, Truyen tranh goc, Truyện tranh gốc, Đọc truyện tranh gốc, Đọc truyện tranh, Truyện tranh hot, Truyện tranh hay, Truyện ngôn tình, truyenqq, mi2manga, doctruyen3q, cmanga, vlogtruyen, blogtruyen, saytruyen, dichtruyen, truyentranhaudio, hamtruyen, truyensieuhay, vcomi, nettruyen, nettruyenco, nettruyentv, nettruyenlive, VTruyen, VComics"
/>
<meta name="robots" content="index,follow" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vtruyen.vercel.app/" />
<meta property="og:title" content="Đọc Truyện Tranh Online - VTruyen" />
<meta
property="og:description"
content="Web đọc truyện tranh online lớn nhất được cập nhật liên tục mỗi ngày - Cùng tham gia đọc truyện và thảo luận với hơn 10 triệu thành viên 🎉 tại VTruyen ❤️💛💚"
/>
<meta property="og:image" content="/share.png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta property="og:site_name" content="VTruyen" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://vtruyen.vercel.app/" />
<meta property="twitter:title" content="Đọc Truyện Tranh Online - VTruyen" />
<meta
property="twitter:description"
content="Web đọc truyện tranh online lớn nhất được cập nhật liên tục mỗi ngày - Cùng tham gia đọc truyện và thảo luận với hơn 10 triệu thành viên 🎉 tại VTruyen ❤️💛💚"
/>
<meta property="twitter:image" content="/share.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="application-name" content="VTruyen" />
<meta name="apple-mobile-web-app-title" content="VTruyen" />
<meta name="msapplication-starturl" content="/" />
<meta itemprop="name" content="Đọc Truyện Tranh Online - VTruyen" />
<meta
itemprop="description"
content="Web đọc truyện tranh online lớn nhất được cập nhật liên tục mỗi ngày - Cùng tham gia đọc truyện và thảo luận với hơn 10 triệu thành viên 🎉 tại VTruyen ❤️💛💚"
/>
<link rel="next" href="https://vtruyen.vercel.app/trending-comics?page=1" />
<link rel="canonical" href="https://vtruyen.vercel.app/" />
<link
rel="icon"
type="image/png"
href="/icon-256x256.png"
sizes="256x256"
/>
<link rel="icon" href="/icon-256x256.png" sizes="256x256" />
<meta name="copyright" content="Copyright © 2022 Truyện tranh VTruyen" />
<meta name="Author" content="Truyện tranh VTruyen - Nguyễn Hùng Huân" />
<meta name="google" content="notranslate" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>