-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.6 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.6 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
<!doctype html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Interview Coach - Luyện phỏng vấn với AI</title>
<meta name="description" content="Luyện tập phỏng vấn với AI thông minh. Nhận phản hồi chi tiết và cải thiện kỹ năng phỏng vấn của bạn." />
<meta name="author" content="Interview Coach" />
<meta name="theme-color" content="#10b981" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Interview Coach" />
<meta property="og:title" content="AI Interview Coach" />
<meta property="og:description" content="Luyện tập phỏng vấn với AI thông minh. Nhận phản hồi chi tiết và cải thiện kỹ năng phỏng vấn của bạn." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AI Interview Coach" />
<meta name="twitter:description" content="Luyện tập phỏng vấn với AI thông minh" />
<meta name="twitter:image" content="/logo.png" />
<link rel="icon" type="image/png" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>