-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
44 lines (44 loc) · 1.03 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
property="og:url"
content="https://momo8.vercel.app/" />
<meta
property="og:title"
content="모모" />
<meta
content="모모"
name="title" />
<meta
content="모모, 모임관리 서비스"
name="keywords" />
<meta
content="모두의 모임, 모모"
name="description" />
<meta
property="og:type"
content="website" />
<meta
property="og:image"
content="https://github.com/yejinleee/MoMo/assets/81412212/acb0deb2-f605-483c-abdc-0fab1241ab21" />
<meta
property="og:description"
content="모두의 모임, 모모" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>모모</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>