forked from TEAM-FLASH/Toucheese-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) ยท 2.27 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
42
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>์ธ์์ ๋ชจ๋ ์ฌ์ง๊ด, ํฐ์น์ฆ</title>
<!-- SEO ๋ฉํ ํ๊ทธ ์ถ๊ฐ -->
<meta name="description" content="ํฐ์น์ฆ์์ ์ฌ์ง๊ด ๋น๊ต๋ฅผ!" />
<meta
name="keywords"
content="ํฐ์น์ฆ, ์ฌ์ง๊ด, ๋ถ์๊ธฐ, ๊ฐ๊ฒฉ ๋ฑ ๋น๊ต๋ฅผ ํตํด ์ฌ์ง๊ด์ ์ ํํ์ธ์"
/>
<meta name="author" content="ํฐ์น์ฆ" />
<meta property="og:title" content="ํฐ์น์ฆ - Toucheese" />
<meta property="og:site_name" content="toucheese" />
<meta property="og:description" content="ํฐ์น์ฆ๋ ์ธ์์ ๋ชจ๋ ์ฌ์ง๊ด" />
<meta property="og:url" content="https://toucheese.store/" />
<!-- DNS ๋ฏธ๋ฆฌ ํ์ธ์ ์ํ ๋ฆฌ์์ค ํํธ -->
<link rel="preconnect" href="https://www.toucheeseapi.shop" crossorigin />
<link rel="dns-prefetch" href="https://www.toucheeseapi.shop" />
<!-- ํฌํธ์ JavaScript SDK ์ถ๊ฐ -->
<script src="https://cdn.iamport.kr/v1/iamport.js"></script>
</head>
<body>
<div id="root"></div>
<!-- ํ ์คํธ๋ฅผ ์ํ ํฌํ ๋ฐ์ค -->
<div id="toast-portal"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
</body>
</html>