-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (37 loc) · 1.74 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
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ONUL STORE</title>
<meta name="description" content="일본인 타켓 한국제품 큐레이션 커머스" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="ONULSTORE" />
<meta property="og:title" content="ONULSTORE" />
<meta property="og:description" content="일본인 타켓 한국제품 큐레이션 커머스" />
<meta property="og:image" content="./src/assets/images/meta-image.png" />
<meta property="og:url" content="https://onulstore.netlify.app/" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="ONULSTORE" />
<meta property="twitter:title" content="ONULSTORE" />
<meta property="twitter:description" content="일본인 타켓 한국제품 큐레이션 커머스" />
<meta property="twitter:image" content="./src/assets/images/meta-image.png" />
<meta property="twitter:url" content="https://onulstore.netlify.app/" />
<link rel=" shortcut icon" href="./src/assets/images/favicon.png" type="image/x-icon" />
<link rel="icon" href="./src/assets/images/favicon.png" type="image/x-icon" />
<!-- pretendard CDN -->
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.css"
/>
<!-- montserrat CDN -->
<link href="https://fonts.cdnfonts.com/css/montserrat" rel="stylesheet" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>