-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keyword"
content="letterbox, LetterBox, image, generator, 레터박스, 레터박스 생성기"
/>
<meta
name="description"
content="신속하게 무손실로 레터박스를 추가하여 SNS의 비율로 변환해주는 무료 이미지 편집 툴."
/>
<meta name="author" content="윤민우" />
<meta property="og:title" content="LetterBox Generator" />
<meta
property="og:url"
content="https://ymw0407.github.io/LetterBox-Generator/"
/>
<meta property="og:image" content="/image/openGraph.png" />
<meta
property="og:image:alt"
content="Checo logo which symbolizes spiking graph"
/>
<meta
property="og:description"
content="신속하게 무손실로 레터박스를 추가하여 SNS의 비율로 변환해주는 무료 이미지 편집 툴."
/>
<meta
name="google-site-verification"
content="iL_fi1LMdiI_uIqxNyKlOmmH1XEWFoy57ScwOML9R8U"
/>
<meta
name="naver-site-verification"
content="7acd7389c06a5adaaf7b2f4dadd426031fcd9fa9"
/>
<meta name="google-adsense-account" content="ca-pub-6972993351818896" />
<meta name="robots" content="index, follow">
<title>LetterBox Generator</title>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9B5C1VSZZ6"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9B5C1VSZZ6");
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>