-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
97 lines (97 loc) · 5.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="image/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0e4a84">
<link rel="canonical" href="https://hybus.app" />
<link rel="preload" as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.8/static/pretendard-dynamic-subset.css" />
<link rel="stylesheet" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.8/static/pretendard-dynamic-subset.css" />
<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 viewport-fit=cover" />
<meta name="google" content="notranslate">
<title>버스하냥 - 한양대 ERICA 셔틀버스 시간표 서비스</title>
<meta property="og:url" content="https://hybus.app" />
<meta property="og:title" content="버스하냥 - 한양대 ERICA 셔틀버스 시간표 서비스" />
<meta property="og:description" content="한양대학교 에리카(ERICA) 셔틀버스 시간표 서비스 버스하냥입니다. 내 손안의 셔틀버스 시간표! 버스하냥을 통해 도착시간을 미리 확인하세요!" />
<meta property="og:image" content="https://user-images.githubusercontent.com/27392567/186676471-88e1eda2-5c51-4938-b2ce-5ad7db21d7f1.png" />
<meta name="twitter:image:src" content="https://user-images.githubusercontent.com/27392567/187646259-82a5c058-8c3b-44a3-8526-83aaceebab88.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, 에리카, 셔틀, 시간표, 한양대학교, hybus, 하냥" />
<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-D8WBJD5SPH" type="text/partytown"></script>
<script type="text/partytown">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D8WBJD5SPH');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WVQ7FQG');</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script checks to see if a redirect is present in the query string
// and converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
(function (l) {
if (l.search) {
var q = {};
l.search.slice(1).split('&').forEach(function (v) {
var a = v.split('=');
q[a[0]] = a.slice(1).join('=').replace(/~and~/g, '&');
});
if (q.p !== undefined) {
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + (q.p || '') +
(q.q ? ('?' + q.q) : '') +
l.hash
);
}
}
}(window.location))
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVQ7FQG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script>
var meta = document.createElement('meta')
meta.name = 'theme-color'
if (window.localStorage.getItem('theme') === 'dark') {
meta.content = '#27272A'
document.body.style.backgroundColor = '#27272A'
} else if (window.localStorage.getItem('theme') === 'christmas') {
meta.content = '#b23e3e'
document.body.style.backgroundColor = '#b23e3e'
} else {
meta.content = '#FFFFFF'
document.body.style.backgroundColor = '#FFFFFF'
}
document.getElementsByTagName('head')[0].appendChild(meta)
</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>