-
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.21 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.21 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" className="overflow-hidden">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, viewport-fit=cover, initial-scale=1.0" />
<meta name="robots" content="noindex, nofollow" />
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.2/kakao.min.js"
integrity="sha384-TiCUE00h649CAMonG018J2ujOgDKW/kVWlChEuu4jK2vxfAAD0eZxzCKakxg55G4"
crossorigin="anonymous"
></script>
<script>
if (window.location.pathname === '/company/homepage') {
window.location.href = 'https://bbaegok.notion.site';
}
if (window.location.pathname === '/company/term') {
window.location.href = 'https://kyoung2.notion.site/da9b8d7e0ddc49988bbbc37a3733b3f9';
}
if (window.location.pathname === '/company/privacy-policy') {
window.location.href = 'https://kyoung2.notion.site/19c2522077a080128624c035abaa6cdf';
}
</script>
<title>빼곡</title>
</head>
<body class="fixed inset-0 overflow-hidden bg-neutral-20">
<div id="modal"></div>
<div id="root" class="relative m-auto h-dvh max-w-mobile"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>