-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.52 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/svgs/tbag-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="티백" />
<meta property="og:description" content="꿈꿔왔던 콘텐츠 속 세상을 현실로!" />
<meta property="og:image" content="/assets/tbag-og-image.jpeg" />
<meta property="og:url" content="https://tbag.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="티백" />
<meta property="og:locale" content="ko_KR" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="티백" />
<meta name="twitter:description" content="꿈꿔왔던 콘텐츠 속 세상을 현실로!" />
<meta name="twitter:image" content="/assets/tbag-og-image.jpeg" />
<meta name="twitter:url" content="https://tbag.vercel.app/" />
<meta name="twitter:site" content="@tbag" />
<meta name="twitter:creator" content="@TravelYoung" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="꿈꿔왔던 콘텐츠 속 세상을 현실로!" />
<meta name="keywords" content="티백, Tbag, TravelYoung, 트래블영, 여행, 여행영상, 여행콘텐츠, 여행브랜드, 여행상품
" />
<title>티백</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>