-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 2.23 KB
/
Copy pathindex.html
File metadata and controls
54 lines (50 loc) · 2.23 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Kit Maker - Create Your Keep-in-Touch Card</title>
<meta name="description" content="Create beautiful keep-in-touch cards to share your contact info before parting ways. Add photos, emojis, dates, and download as an image." />
<meta name="keywords" content="keep in touch, contact card, farewell card, kit maker, 연락처 카드" />
<meta name="author" content="Airen Kang" />
<link rel="canonical" href="https://bang9.github.io/kit-maker/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Kit Maker - Create Your Keep-in-Touch Card" />
<meta property="og:description" content="Create beautiful keep-in-touch cards to share your contact info before parting ways." />
<meta property="og:url" content="https://bang9.github.io/kit-maker/" />
<meta property="og:site_name" content="Kit Maker" />
<meta property="og:locale" content="ko_KR" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Kit Maker - Create Your Keep-in-Touch Card" />
<meta name="twitter:description" content="Create beautiful keep-in-touch cards to share your contact info before parting ways." />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Kit Maker",
"description": "Create beautiful keep-in-touch cards to share your contact info before parting ways.",
"url": "https://bang9.github.io/kit-maker/",
"applicationCategory": "DesignApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Airen Kang"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>