forked from manitoproject/manito-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 1.74 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 1.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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="canonical" href="https://www.manito.my" />
<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:description"
content="마니또와 함께 모든 순간을 소중한 기억으로 남겨보세요."
/>
<meta
property="og:image"
content="https://github.com/user-attachments/assets/54f814ab-dcc3-4a16-8bf3-29117b5d0744"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="마니또" />
<meta
name="twitter:description"
content="마니또와 함께 모든 순간을 소중한 기억으로 남겨보세요."
/>
<meta
name="twitter:image"
content="https://github.com/user-attachments/assets/54f814ab-dcc3-4a16-8bf3-29117b5d0744"
/>
<meta
name="naver-site-verification"
content="fb46f71827f4f64c3e4ce961c177be5327022d79"
/>
<meta
name="google-site-verification"
content="hrQDy9tSHmUQaum4iUkuK3I0yMFB1kp83LhW7Hpj3Ao"
/>
<script
src="https://t1.kakaocdn.net/kakao_js_sdk/2.7.2/kakao.min.js"
integrity="sha384-TiCUE00h649CAMonG018J2ujOgDKW/kVWlChEuu4jK2vxfAAD0eZxzCKakxg55G4"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<div id="portal"></div>
<div id="toast"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>