forked from sopt-makers/sopt-recruiting-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (46 loc) · 2.3 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="ko">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DNPBGP8WDE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-DNPBGP8WDE');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="ko_KR" />
<link rel="manifest" href="https://recruit.sopt.org/manifest.webmanifest" />
<link rel="icon" href="https://recruit.sopt.org/favicon.ico" sizes="32x32" />
<link rel="icon" href="https://recruit.sopt.org/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="https://recruit.sopt.org/apple-touch-icon.png" />
<meta property="og:title" content="SOPT 모집 지원하기" />
<meta property="og:description" content="SOPT의 신입 기수 모집페이지입니다." />
<meta property="og:site_name" content="SOPT 리크루팅" />
<meta property="og:url" content="https://recruit.sopt.org" />
<meta property="og:image" content="https://recruit.sopt.org/imgOg.png" />
<meta property="og:image:alt" content="SOPT 리크루팅" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />
<meta property="twitter:card" content="website" />
<meta name="twitter:title" content="SOPT 모집 지원하기" />
<meta name="twitter:description" content="SOPT의 신입 기수 모집페이지입니다." />
<meta name="twitter:image" content="https://recruit.sopt.org/imgOg.png" />
<meta property="twitter:image:alt" content="SOPT 리크루팅" />
<meta property="twitter:site" content="https://recruit.sopt.org" />
<title>SOPT 모집 지원하기</title>
<meta name="author" content="sopt makers team official 4th" />
<meta name="description" content="SOPT의 신입 기수 모집페이지입니다." />
</head>
<body>
<div id="modal"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script>
</body>
</html>