-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 2.14 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://img.pikbest.com/origin/10/03/35/00YpIkbEsTdTA.png!w700wp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Merry Christmas 2024</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://merry-christmas-snowy.vercel.app/" />
<meta property="og:title" content="Merry Christmas 2024" />
<meta property="og:description" content="Gửi những lời chúc Giáng sinh ý nghĩa đến người thân yêu của bạn" />
<meta property="og:image" content="https://i.pinimg.com/originals/17/a4/11/17a41178cf3cdbc83121a47b0dfcfe0e.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://merry-christmas-snowy.vercel.app/" />
<meta property="twitter:title" content="Merry Christmas 2024" />
<meta property="twitter:description" content="Gửi những lời chúc Giáng sinh ý nghĩa đến người thân yêu của bạn" />
<meta property="twitter:image" content="https://i.pinimg.com/originals/17/a4/11/17a41178cf3cdbc83121a47b0dfcfe0e.jpg" />
<!-- Zalo -->
<meta property="zalo:app_id" content="your_zalo_app_id" />
<meta property="zalo:title" content="Merry Christmas 2024" />
<meta property="zalo:description" content="Gửi những lời chúc Giáng sinh ý nghĩa đến người thân yêu của bạn" />
<meta property="zalo:image" content="https://i.pinimg.com/originals/17/a4/11/17a41178cf3cdbc83121a47b0dfcfe0e.jpg" />
<!-- Instagram -->
<meta property="instapp:title" content="Merry Christmas 2024" />
<meta property="instapp:description" content="Gửi những lời chúc Giáng sinh ý nghĩa đến người thân yêu của bạn" />
<meta property="instapp:image" content="https://i.pinimg.com/originals/17/a4/11/17a41178cf3cdbc83121a47b0dfcfe0e.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>