-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (44 loc) · 1.66 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="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://gildong.site" />
<meta property="og:title" content="AI Travel Planner 길동이" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://velog.velcdn.com/images/jooooo/post/047ecefb-32c5-46de-9fe1-0500d03e6549/image.png"
/>
<meta
property="og:description"
content="대화로 만들어 가는 여행 플래너. 길동이에게 여행 일정을 맡겨보세요!"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="AI Travel Planner 길동이" />
<meta
name="twitter:description"
content="대화로 만들어 가는 여행 플래너. 길동이에게 여행 일정을 맡겨보세요!"
/>
<meta
name="twitter:image"
content="https://velog.velcdn.com/images/jooooo/post/047ecefb-32c5-46de-9fe1-0500d03e6549/image.png"
/>
<meta name="twitter:url" content="https://gildong.site" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta
name="description"
content="대화로 만들어 가는 여행 플래너. 길동이에게 여행 일정을 맡겨보세요!"
/>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<meta
name="google-site-verification"
content="i9wOTuEuXnplzQfA_QfRypYoayJjgmWAMgLxCQCrVXo"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>