-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (53 loc) · 2.68 KB
/
Copy pathindex.html
File metadata and controls
55 lines (53 loc) · 2.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin />
<link
rel="stylesheet"
as="style"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Geist+Mono:wght@400;500;600&display=swap"
/>
<title>STACK-UP — IT 면접 시뮬레이터</title>
<meta
name="description"
content="이력서·자소서·GitHub 레포를 읽은 AI 면접관과 모의 면접을 진행하고, 4개 축 채점과 근거가 붙은 피드백 리포트를 받아보세요."
/>
<meta name="theme-color" content="#161f33" />
<!-- 링크 미리보기. 피드백 공유(/share/:token)가 카카오톡·슬랙으로 오가는 서비스라
OG 태그가 없으면 공유 링크가 맨 URL 로만 보인다. -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="STACK-UP" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:title" content="STACK-UP — IT 면접 시뮬레이터" />
<meta
property="og:description"
content="내 이력서를 아는 면접관과 연습하세요. 자료에서 질문을 만들고, 얕은 답은 다시 묻습니다."
/>
<meta property="og:url" content="https://stack-up.shop/" />
<meta property="og:image" content="https://stack-up.shop/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="STACK-UP — 내 이력서를 아는 면접관과 연습하세요" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="STACK-UP — IT 면접 시뮬레이터" />
<meta
name="twitter:description"
content="내 이력서를 아는 면접관과 연습하세요. 자료에서 질문을 만들고, 얕은 답은 다시 묻습니다."
/>
<meta name="twitter:image" content="https://stack-up.shop/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>