-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (96 loc) · 5.55 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- PWA -->
<link rel="manifest" href="manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- favi -->
<link rel="apple-touch-icon" href="touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- og Tag -->
<!-- SEO -->
<title>튜터랑</title>
<meta name="description" content="나와 가까운 튜터를 원하는 필터링으로 쉽게 만나 다양한 언어 교류와 회화스킬 업!" />
<meta name="keywords" content="튜터링, 멘토링, 스터디, 회화, 스피킹, " />
<link rel="canonical" href="https://tutorang.site" />
<link rel="icon" href="/vite.svg" />
<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:type" content="website" />
<meta property="og:image" content="https://rkirhzqybhsglryysdso.supabase.co/storage/v1/object/public/site-img/tutorang.jpg" />
<meta property="og:image:secure_url" content="https://rkirhzqybhsglryysdso.supabase.co/storage/v1/object/public/site-img/tutorang.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:image:alt" content="나와 가까운 튜터를 원하는 필터링으로 쉽게 만나 다양한 언어 교류와 회화스킬 업!" />
<meta property="og:url" content="https://tutorang.site" />
<!-- twitter card -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="튜터랑" />
<meta property="twitter:description" content="나와 가까운 튜터를 원하는 필터링으로 쉽게 만나 다양한 언어 교류와 회화스킬 업!" />
<meta property="twitter:image" content="https://rkirhzqybhsglryysdso.supabase.co/storage/v1/object/public/site-img/tutorang.jpg" />
<meta property="twitter:url" content="https://tutorang.site" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- web font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q67CHMTVTW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Q67CHMTVTW');
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TD372CXT');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<div id="toast-root"></div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="//dapi.kakao.com/v2/maps/sdk.js?autoload=false&libraries=services&appkey=175759800abd15d9e80fa10eb7758935"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TD372CXT" height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>