-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (74 loc) · 2.74 KB
/
index.html
File metadata and controls
74 lines (74 loc) · 2.74 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="naver-site-verification"
content="82b5a25d57eea7a66d7f10181122c7b709df07d0"
/>
<title>MODDO | 즐거운 모임, 정산까지 즐겁게! 모임 또 모여, 모또</title>
<meta
name="description"
content="즐거운 만남, 정산까지 즐겁게! 모임 정산 서비스 MODDO로 모여요!"
/>
<meta name="robots" content="index, follow" />
<meta
name="keywords"
content="모또, MODDO, 또모, 모도, 도모, 정산서비스, 햄스터, 햄, 정산, 서비스, DND, DND 12기, 12기, 7조, 게이미피케이션, 타이머, 계산기, 빠른, 재미있게, 모임또모여, 모여, 정산 앱, 쉬운 정산, 정산하는 법, 송금, 더치페이, 엔빵, 회비 정산 앱, 더치페이 계산기, 정산 알림, 모임 정산"
/>
<meta
property="og:title"
content="MODDO | 즐거운 모임, 정산까지 즐겁게! 모임 또 모여, 모또"
/>
<meta
property="og:description"
content="즐거운 만남, 정산까지 즐겁게! 모임 정산 서비스 MODDO로 모여요!"
/>
<meta property="og:image" content="/pngs/OGImage.png" />
<link rel="canonical" href="https://www.moddo.kr/" />
<link rel="icon" href="/pwa/favicon.ico" />
<link
rel="apple-touch-icon"
href="/pwa/apple-touch-icon-180x180.png"
sizes="180x180"
/>
<!-- Hotjar Tracking Code for https://www.moddo.kr/ -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 5313162, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
<!-- clarity Tracking Code for https://www.moddo.kr/ -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = 'https://www.clarity.ms/tag/' + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'qd89cj6cie');
</script>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<div id="bottom-sheet"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>