-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.35 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.35 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="preconnect"
href="https://houme-bucket.s3.ap-northeast-2.amazonaws.com"
/>
<link
rel="dns-prefetch"
href="https://houme-bucket.s3.ap-northeast-2.amazonaws.com"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<title>Houme</title>
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<meta name="description" content="나다운 집을 만들어주는 여정, 하우미" />
<meta
name="keywords"
content="houme, 하우미, 인테리어, 집꾸, 방꾸, 집꾸미기, 방꾸미기, 홈데코, 큐레이션, 스타일링, 오늘의 집, 가구추천, 자취인테리어, 자취방"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Houme" />
<meta
property="og:description"
content="나다운 집을 만들어주는 여정, 하우미"
/>
<meta
property="og:image"
content="https://www.houme.kr/images/thumbnail.png"
/>
<meta property="og:url" content="https://www.houme.kr/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>