-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1.47 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Để Tui Trả</title>
<meta name="description" content="Điểm chạm của nền kinh tế số" />
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#ffffff" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Để Tui Trả" />
<!-- iOS Icons - Multiple sizes for better compatibility -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png" />
<!-- Additional iOS PWA meta tags -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<link rel="mask-icon" href="/logo.png" color="#000000" />
<!-- Open Graph Tags -->
<meta property="og:title" content="Để Tui Trả" />
<meta property="og:description" content="Điểm chạm của nền kinh tế số" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/logo.png" />
<meta property="og:image:alt" content="Để Tui Trả Logo" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>