-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 2.02 KB
/
Copy pathindex.html
File metadata and controls
54 lines (47 loc) · 2.02 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
<!doctype html>
<html lang="ko">
<head>
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>세종 줍줍</title>
<meta
name="description"
content="세종대학교 캠퍼스에서 잃어버린 분실물을 지도로 한눈에 보여주고, 찾을 수 있도록 도와주는 서비스입니다."
/>
<meta property="og:url" content="https://www.sejong-zupzup.kr" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="세종 줍줍" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:title" content="줍줍, 세종대 분실물을 지도로 한눈에!!" />
<meta
property="og:description"
content="캠퍼스 분실물을 지도에서 한눈에 확인하고, 안전하게 찾아가세요."
/>
<meta property="og:image" content="https://www.sejong-zupzup.kr/og-image.jpg" />
<meta property="og:image:alt" content="줍줍 서비스 이미지" />
<meta name="naver-site-verification" content="6a467708fbca4a38ce51e92fa4fc7600760a7be7" />
<meta name="google-site-verification" content="n8e_U8h9rcpZEdy6zo8i8WaURAECV2U734g0eO0pS4c" />
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = 'https://www.clarity.ms/tag/' + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'v6d00lw13j');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>