-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico?v=20260311" sizes="any" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png?v=20260311" />
<link rel="apple-touch-icon" href="/favicon.png?v=20260311" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="사용자 맞춤형 AI 면접대비 플랫폼" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="VlaInter" />
<meta property="og:title" content="VlaInter" />
<meta property="og:description" content="사용자 맞춤형 AI 면접대비 플랫폼" />
<meta property="og:url" content="https://vlainter.online/" />
<meta property="og:image" content="https://vlainter.online/social-preview.png?v=20260312" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="VlaInter AI 면접 연습 서비스 미리보기 이미지" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VlaInter" />
<meta name="twitter:description" content="사용자 맞춤형 AI 면접대비 플랫폼" />
<meta name="twitter:image" content="https://vlainter.online/social-preview.png?v=20260312" />
<title>VlaInter</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>