Skip to content

Commit

Permalink
feat: Maze 코드 스니펫 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
im-na0 committed Mar 5, 2024
1 parent 74435ec commit 9edc8c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@
/>
<title>퍼센트 호텔</title>
</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) {
Expand Down

0 comments on commit 9edc8c2

Please sign in to comment.