-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.04 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.04 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- OG 태그 부분입니다. -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://babzip.netlify.app/" />
<meta property="og:title" content="BabZip" />
<meta property="og:image" content="/logo.svg" />
<meta property="og:description" content="한 손에 담은 나의 먹거리 일기장" />
<meta property="og:site_name" content="BabZip 메인 페이지" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:title" content="BabZip" />
<!-- 여기 위까지가 OG태그 부분 -->
<title>BabZip - 나만의 맛집 저장</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>