-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (62 loc) · 1.28 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1"
/>
<meta
name="theme-color"
content="#1f2544"
media="(prefers-color-scheme: dark)"
/>
<meta
name="theme-color"
content="#f8f8f8"
media="(prefers-color-scheme: light)"
/>
<title>모아밤</title>
<meta
property="og:type"
content="website"
/>
<meta
property="og:title"
content="Moabam : 그룹 루틴 서비스"
/>
<meta
property="og:url"
content="https://dev.moabam.com/"
/>
<meta
property="og:image"
content="https://i.ibb.co/x8FGk2H/og-Img-moabam.png"
/>
<meta
property="og:description"
content="귀여운 새와 다함께 루틴을 실천해요!"
/>
<meta
property="og:site_name"
content="Moabam"
/>
<meta
property="og:image:width"
content="1200"
/>
<meta
property="og:image:height"
content="630"
/>
</head>
<body>
<div id="root"></div>
<div id="portal-bottom-sheet"></div>
<div id="portal-toast"></div>
<script
type="module"
src="/src/main.tsx"
></script>
</body>
</html>