-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (30 loc) · 1.27 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="채용 과정의 자동화, Auto Enter View와 함께해보세요.
서류 심사부터 면접 일정 관리까지 자동으로 해결하고, 채용의 전 과정을 간편하게 만들어 드립니다."
/>
<!-- 필수는 og 태그 -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://auto-enterview-fe.vercel.app/" />
<meta property="og:title" content="Auto EnterView" />
<meta property="og:image" content="/img/ogimage.png" />
<meta
property="og:description"
content="채용 과정의 자동화, Auto Enter View와 함께해보세요.
서류 심사부터 면접 일정 관리까지 자동으로 해결하고, 채용의 전 과정을 간편하게 만들어 드립니다."
/>
<meta property="og:site_name" content="Auto EnterView" />
<meta property="og:locale" content="ko_KR" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Auto EnterView</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>