-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 1.89 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="stylesheet" href="/src/assets/main.scss" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<meta
property="og:description"
content="Mark my image는 이미지에 워터마크를 추가해서 이미지 도용을 방지하기 위해 웹에서 간편하게 제공하는 서비스입니다." />
<meta
property="og:title"
content="Mark my image - 워터마크로 내 이미지를 보호하세요" />
<meta name="og:site_name" content="Mark my image" />
<meta property="og:image" content="/images/cover-2.png" />
<meta property="og:url" content="https://markmyimage.kro.kr/" />
<meta name="og:type" content="website" />
<meta name="author" content="devkimson" />
<meta
name="keywords"
content="watermark, 워터마크, 도용방지, 이미지보호, 이미지 보호, 웹 워터마크, 이미지 워터마크, image watermark, protect" />
<meta
name="description"
content="Mark my image는 이미지에 워터마크를 추가해서 이미지 도용을 방지하기 위해 웹에서 간편하게 제공하는 서비스입니다." />
<title>Mark my image - 워터마크로 내 이미지를 보호하세요</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>