-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 2.68 KB
/
index.html
File metadata and controls
70 lines (70 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
/>
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.4/kakao.min.js"
integrity="sha384-DKYJZ8NLiK8MN4/C5P2dtSmLQ4KwPaoqAfyA/DfmEc1VDxu4yyC7wy6K1Hs90nka"
crossorigin="anonymous"
></script>
<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', 'qdnkcx85lf')
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>To.Hero</title>
<link rel="canonical" href="https://tohero.co.kr" />
<meta
name="description"
content="경찰관, 소방관 분들께 감사의 마음을 전하고 도시를 밝혀주세요"
/>
<meta name="keywords" content="경찰관, 소방관, 감사편지, 감사메시지, 편지, 메시지" />
<meta property="og:type" content="website" />
<meta property="og:title" content="To.Hero" />
<meta
property="og:description"
content="경찰관, 소방관 분들께 감사의 마음을 전하고 도시를 밝혀주세요"
/>
<meta property="og:site_name" content="To.Hero" />
<meta
property="og:image"
content="https://storage.googleapis.com/to-hero-2/images/site-image-1.png"
/>
<meta property="og:url" content="https://tohero.co.kr" />
<meta name="twitter:title" content="To.Hero" />
<meta name="twitter:site" content="https://tohero.co.kr" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:description"
content="경찰관, 소방관 분들께 감사의 마음을 전하고 도시를 밝혀주세요"
/>
<meta
name="twitter:image"
content="https://storage.googleapis.com/to-hero-2/images/site-image-1.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>