-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 2.13 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<title>길편하냥 - 한양대학교 ERICA 배리어프리맵</title>
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="google" content="notranslate">
<meta property="og:url" content="https://bfmap.vercel.app" />
<meta property="og:title" content="길편하냥 - 한양대학교 ERICA 배리어프리맵 서비스" />
<meta property="og:description" content="한양대학교 ERICA캠퍼스의 배리어프리맵 서비스 '길편하냥'입니다." />
<meta property="og:image" content="images/og-image.png" />
<meta name="twitter:image:src" content="images/twitter.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="한양대학교 ERICA캠퍼스의 배리어프리맵 '길편하냥'입니다." />
<meta name="description" content="한양대학교 ERICA캠퍼스의 배리어프리맵 '길편하냥'입니다." />
<meta name="keywords" content="길편하냥, 한양대학교, 한양대, 배리어프리맵, 지도, 캠퍼스, 에리카, ERICA, 배리어프리, barrier-free, barrierfree, map, hanyang, hyu" />
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=%VITE_KAKAOMAP_API_KEY%&autoload=false"
></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MX9VSS8J8P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MX9VSS8J8P');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>