-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 999 Bytes
/
index.html
File metadata and controls
32 lines (32 loc) · 999 Bytes
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PresenTalk</title>
<meta property="og:title" content="PresenTalk" />
<meta
property="og:description"
content="소중한 지인에게 줄 선물이 고민된다면?"
/>
<meta
name="description"
content="PresenTalk - 소중한 지인에게 줄 선물이 고민된다면?"
/>
<meta
name="keywords"
content="선물, 선물 추천, 카톡 분석, 생일선물, 기념일"
/>
<meta
property="og:image"
content="https://presentalk.s3.ap-northeast-2.amazonaws.com/metaImage.jpg"
/>
<meta name="robots" content="index, follow" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>