-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 3.26 KB
/
index.html
File metadata and controls
63 lines (58 loc) · 3.26 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, shrink-to-fit=no" />
<title>Mask It | 마스킷 | 마스킹 이미지, 이미지 가리기, 이모지 추가, 텍스트 자동 감지 | 간편 이미지 보호 서비스</title>
<!-- seo -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="description"
content="Maskit(마스킷)은 이미지에서 민감한 정보를 손쉽게 가릴 수 있는 도구입니다. 마우스로 영역을 선택하거나 이모지를 추가하고, 자동으로 텍스트를 감지해 가려줍니다. 편집한 이미지는 복사하거나 다운로드할 수 있습니다. 지금 무료로 사용해보세요!" />
<meta name="keywords" content="Maskit, 마스킷, 마스킹 이미지, 이미지 가리기, 민감 정보 보호, 텍스트 감지, 이모지 추가, 이미지 편집, 이미지 보호 도구">
<meta property="og:url" content="https://easy-maskit.netlify.app/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MaskIt | 마스킷" />
<meta property="og:title" content="MaskIt | 마스킷 | 마스킹 이미지 | 손쉬운 이미지 가리기" />
<meta property="og:description"
content="이미지에서 민감 정보를 가리고 이모지를 추가해 보호하세요. Maskit은 자동 텍스트 감지와 간편한 편집을 제공합니다. 무료 사용 가능!" />
<meta property="og:image" content="/og_img.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "MaskIt",
"description": "MaskIt은 이미지를 쉽게 편집하고, 민감 정보를 가리며, 이모지를 추가할 수 있는 온라인 도구입니다.",
"applicationCategory": "Image Editing Software",
"operatingSystem": "Web",
"url": "https://maskit.kr",
"image": "https://maskit.kr/og_img.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "KRW"
}
}
</script>
<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+Color+Emoji&display=swap" rel="stylesheet">
<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs"
data-app-key="%VITE_DROPBOX_KEY%"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7P1SYZKJ94"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7P1SYZKJ94');
</script>
<meta name="naver-site-verification" content="3690b9d71b2c73345e2814c10b6d2c9707790906" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8276875277488246"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>