-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (39 loc) ยท 2.29 KB
/
index.html
File metadata and controls
46 lines (39 loc) ยท 2.29 KB
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
<title>๋ฉ์ดํ ๋งํฌ</title>
<script type="text/javascript" src="https://openapi.nexon.com/js/analytics.js?app_id=205267" async></script>
<meta name="application-name" content="๋ฉ์ดํ๋งํฌ" />
<meta property="og:site_name" content="๋ฉ์ดํ๋งํฌ" />
<meta name="description" content="๋ฉ์ดํ์คํ ๋ฆฌ ๊ธธ๋, ์บ๋ฆญํฐ, ์ผ์ ๊ด๋ฆฌ๋ฅผ ํ ๋ฒ์! ๋ฉ์ดํ๋งํฌ์์ ์ฝ๊ณ ๊ฐํธํ๊ฒ ์์ํ์ธ์." />
<link rel="canonical" href="https://maplelink.co.kr" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6B06KSXS17"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-6B06KSXS17')
</script>
<!-- Google Search Console ์ธ์ฆ -->
<meta name="google-site-verification" content="2aTtm2dBMHcRU9UEE0yEdV69Lhny_q3qB_Y4lu-MRrs" />
<meta name="robots" content="index, follow">
<!-- SEO -->
<meta name="description" content="๋ฉ์ดํ์คํ ๋ฆฌ ๊ธธ๋ ๊ด๋ฆฌ๋ถํฐ ์บ๋ฆญํฐ ๊ด๋ฆฌ, ์ผ์ ๊ด๋ฆฌ๊น์ง! MapleLink๋ก ๋ชจ๋ ๋ฉ์ดํ ์ํ์ ์ค๋งํธํ๊ฒ ํ ๋ฒ์ ํด๊ฒฐํ์ธ์." />
<meta name="keywords" content="๋ฉ์ดํ์คํ ๋ฆฌ, ๋ฉ์ดํ, ๋ฉ์ดํ๋งํฌ, maplelink, ๊ธธ๋ ๊ด๋ฆฌ, ๋ฉ์ดํ ๊ธธ๋, ๋ฉ์ดํ ๊ธธ๋ ์ด์, ๋ฉ์ดํ ๋์ฐ๋ฏธ, ๋ฉ์ดํ ์ผ์ ๊ด๋ฆฌ" />
<!-- Open Graph (SNS, ์นด์นด์คํก ๋ฑ) -->
<meta property="og:title" content="๋ฉ์ดํ ๋งํฌ - ๋ฉ์ดํ ๊ธธ๋ ๊ด๋ฆฌ ์๋น์ค" />
<meta property="og:description" content="๊ธธ๋์๋ค๊ณผ ํจ๊ป ์ผ์ , ๊ณต์ง, ํ์๊น์ง ๊ณต์ ํ์ธ์! ๋ฉ์ดํ๋งํฌ๊ฐ ๊ธธ๋ ์ด์์ ๋์์ค๋๋ค." />
<meta property="og:url" content="https://maplelink.co.kr" />
<meta property="og:image" content="https://maplelink.co.kr/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>