-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
41 lines (39 loc) · 1.45 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" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 오픈 그래프 -->
<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:image"
content="https://onulstore.jp/web/upload/share-image-5-0fba17217d1fff008d1af719aa1721c5.png"
/>
<meta property="og:url" content="https://onulstore.jp/" />
<!-- 트위터카드 -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="オヌル商店" />
<meta property="twitter:title" content="オヌル商店" />
<meta
property="twitter:description"
content="オヌル商店では韓国で人気の最新アイテムをご紹介します"
/>
<meta
property="twitter:image"
content="https://onulstore.jp/web/upload/share-image-5-0fba17217d1fff008d1af719aa1721c5.png"
/>
<meta property="twitter:url" content="https://onulstore.jp/" />
<title>AroundAnn</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>