-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Metatag.png" />
<link rel="canonical" href="https://manittomaker.com/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>마니또 뽑기 사이트</title>
<meta
name="description"
content="주최자도 참여할 수 있는 마니또 매칭 사이트! 모임 생성부터 마니또 매칭, 카톡 결과 공유까지 빠르게!"
/>
<meta property="og:title" content="마니또 뽑기 사이트" />
<meta property="og:url" content="https://manittomaker.com" />
<meta
property="og:description"
content="모임 생성부터 마니또 매칭, 카톡 결과 공유까지 빠르게!"
/>
<meta property="og:image" content="https://manittomaker.com/Landing.png" />
<meta name="google-adsense-account" content="ca-pub-1002374367146072" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Gaegu&family=Nanum+Gothic&family=Nanum+Gothic+Coding&display=swap");
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
<script>
if (window.Kakao) {
if (!window.Kakao.isInitialized()) {
window.Kakao.init("48dd77895e75a82c4e63f1f302ca551b");
}
}
</script>
</body>
</html>