-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
111 lines (109 loc) · 3.74 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="apple-mobile-eb-app-capable" content="yes" />
<link rel="manifest" href="./manifest.json" />
<link
rel="apple-touch-icon"
href="/apple-touch-icon-180x180.png"
sizes="180x180"
/>
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<link rel="apple-touch-icon" sizes="192x192" href="/icon-192.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/icon-512.png" />
<link
rel="preconnect"
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
/>
<title>퍼센트 호텔</title>
<meta
name="description"
content="못 가게된 숙박권 더 이상 돈 날리지 말고, 비싼 호캉스도 믿고 거래하자! 특가보다 저렴한 호캉스 예약."
/>
<meta property="og:url" content="https://percenthotel.web.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="퍼센트 호텔" />
<meta property="og:site_name" content="퍼센트 호텔" />
<meta
property="og:image"
content="https://percenthotel.web.app/og-img.png"
/>
<meta
property="og:description"
content="못 가게된 숙박권 더 이상 돈 날리지 말고, 비싼 호캉스도 믿고 거래하자! 특가보다 저렴한 호캉스 예약."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="퍼센트 호텔" />
<meta
name="twitter:description"
content="못 가게된 숙박권 더 이상 돈 날리지 말고, 비싼 호캉스도 믿고 거래하자! 특가보다 저렴한 호캉스 예약."
/>
<meta
name="twitter:image"
content="https://percenthotel.web.app/assets/logos/main_logo.svg"
/>
<meta
name="google-site-verification"
content="1iByDUnejFS8cGa288SqOArtDYqEEAiamaOkOZioIx8"
/>
</head>
<script>
(function (m, a, z, e) {
var s, t;
try {
t = m.sessionStorage.getItem("maze-us");
} catch (err) {}
if (!t) {
t = new Date().getTime();
try {
m.sessionStorage.setItem("maze-us", t);
} catch (err) {}
}
s = a.createElement("script");
s.src = z + "?apiKey=" + e;
s.async = true;
a.getElementsByTagName("head")[0].appendChild(s);
m.mazeUniversalSnippetApiKey = e;
})(
window,
document,
"https://snippet.maze.co/maze-universal-loader.js",
"5317cd33-b13c-477a-ab7d-3f015720eb52",
);
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/pwabuilder-sw.js");
}
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/pwabuilder-sw.js");
}
});
</script>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=59401a86fbc79d3425ba93876b64c813&libraries=services"
></script>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<div id="overlay-root"></div>
<div id="modalTwo-root"></div>
<div id="app-install-pop"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>