-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (30 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
32
33
34
35
36
37
<!doctype html>
<html lang="ko">
<head>
<!-- WEB FONT -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="stylesheet" as="style" crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css" />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>모두의텃밭</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="naver-site-verification" content="a6650176d0126a15b12166e842509cfc5b1c8601" />
<meta name="description" content="누구나 쉽게, 모두의텃밭에서 텃밭 분양!" />
<meta name="keywords" content="텃밭, 텃밭분양, 텃밭대여, 텃밭공유, 텃밭사용, 모두의텃밭, 모두의 텃밭" />
<meta property="og:type" content="website">
<meta property="og:site_name" content="모두의텃밭">
<meta property="og:title" content="모두의텃밭">
<meta property="og:description" content="누구나 쉽게, 모두의텃밭에서 텃밭 분양!">
<meta property="og:locale" content="ko_KR">
<meta property="og:url" content="https://www.everyones-garden.com/">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>