-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (115 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
125 lines (115 loc) · 4.82 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta
name="format-detection"
content="telephone=no, email=no, address=no"
/>
<meta
name="google-site-verification"
content="dsGpK6IkNQdV-gTSo4COWu9_3TLPA90O1WHym4kE098"
/>
<title>한자리 - 한양대 에리카 동아리 모음 서비스</title>
<meta
name="description"
content="한양대학교 ERICA 캠퍼스의 모든 동아리를 한자리에서 만나보세요. 동아리 정보, 활동 내용, 모집 공고를 한눈에 확인하세요."
/>
<meta
name="keywords"
content="한자리, 한양대, 한양대학교, ERICA, 에리카, 동아리, 대학 동아리, 한양대 동아리, 한양대 에리카 동아리, 동아리 모집, 동아리 정보"
/>
<meta name="author" content="한자리 팀" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://hanjari.site" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hanjari.site" />
<meta property="og:title" content="한자리 - 한양대 ERICA 동아리 모음" />
<meta
content="한양대학교 ERICA 캠퍼스의 모든 동아리를 한자리에서"
property="og:description"
/>
<meta
content="https://hanjari.site/thumbnail_v2.png"
property="og:image"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="한자리 로고" />
<meta property="og:site_name" content="한자리" />
<meta property="og:locale" content="ko_KR" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="한자리 - 한양대 ERICA 동아리 모음"
/>
<meta
name="twitter:description"
content="한양대학교 ERICA 캠퍼스의 모든 동아리를 한자리에서"
/>
<meta
name="twitter:image"
content="https://hanjari.site/thumbnail_v2.png"
/>
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/maskable_icon_x48.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x72.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x96.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x128.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x192.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x384.png" />
<link rel="icon" type="image/png" href="/maskable_icon_x512.png" />
<link
rel="apple-touch-icon"
href="/apple-touch-icon-180x180.png"
sizes="180x180"
/>
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "한자리",
"alternateName": "hanjari",
"url": "https://hanjari.site",
"description": "한양대학교 ERICA 캠퍼스 동아리 모음 플랫폼",
"potentialAction": {
"@type": "SearchAction",
"target": "https://hanjari.site/club/search?keyword={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "한자리",
"url": "https://hanjari.site",
"logo": "https://hanjari.site/maskable_icon_x512.png",
"description": "한양대학교 ERICA 캠퍼스의 모든 동아리 정보를 제공하는 플랫폼"
}
</script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-N2K6KC0JMJ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-N2K6KC0JMJ');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>