-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
58 lines (52 loc) · 2.12 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html lang="ko">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8XFNYR8N7X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-8XFNYR8N7X');
</script>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0,
maximum-scale=1.0, minimum-scale=1.0"
/>
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sweetgift.vercel.app/" />
<meta property="og:title" content="SWEET | 스윗한 마음이 모여 하나의 선물이 되다" />
<meta property="og:image" content="/thumbnail_image.png" />
<meta
property="og:description"
content="스윗에서는 모두가 함께하는 선물 등록과 토너먼트를 통해 한 사람을 위한 의미있는 선물을 고를 수 있습니다."
/>
<meta property="og:site_name" content="SWEET" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<title>Sweet | 스윗한 마음이 모여 하나의 선물이 되다</title>
<meta name="author" content="Team SWEET" />
<meta
name="description"
content="스윗에서는 모두가 함께하는 선물 등록과 토너먼트를 통해 한 사람을 위한 의미있는 선물을 고를 수 있습니다."
/>
</head>
<body>
<div id="root"></div>
<link
href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css"
rel="stylesheet"
/>
<script type="module" src="/src/main.tsx"></script>
<script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
</body>
</html>