-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 866 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="PREAM - 모두를 위한 반려동물 용품" />
<meta name="description" content="PREAM - 모두를 위한 반려동물 용품 거래 플랫폼" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta property="og:title" content="PREAM" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/ogimage.png" />
<meta property="og:description" content="PREAM - 모두를 위한 반려동물 용품 거래 플랫폼" />
<title>PREAM</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>