-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (88 loc) · 4.88 KB
/
Copy pathindex.html
File metadata and controls
98 lines (88 loc) · 4.88 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin />
<link rel="preconnect" href="https://pagead2.googlesyndication.com" crossorigin />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<link rel="dns-prefetch" href="https://pagead2.googlesyndication.com" />
<!-- Google tag (gtag.js) -->
<script defer src="https://www.googletagmanager.com/gtag/js?id=G-969LZRVW8L"></script>
<!-- Externalized Scripts and Styles -->
<link rel="stylesheet" href="/init.css" />
<script defer src="/init.js"></script>
<!-- Security Headers preserved as requested by scanner tools -->
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.googlesyndication.com https://*.doubleclick.net https://*.google.com https://*.google-analytics.com https://*.googletagmanager.com data: blob:; img-src 'self' data: blob: https:; font-src 'self' data: https:;" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=()" />
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains; preload" />
<style id="antiClickjack">
body {
display: none !important;
}
</style>
<script
type="text/javascript">if (self === top) { var a = document.getElementById("antiClickjack"); if (a && a.parentNode) { a.parentNode.removeChild(a); } } else { top.location = self.location; }</script>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="theme-color" content="#09090b" media="(prefers-color-scheme: dark)" />
<meta name="description"
content="Creator Kit Hub offers a comprehensive, completely free, and 100% offline suite of client-side web tools. Securely process PDFs, convert high-resolution images, generate precise social media safe zones, and much more." />
<meta name="keywords"
content="PDF tools, Social media safe zone, Client-side pdf merge, image to pdf, privacy tools, social media overlay" />
<!-- Open Graph / SEO -->
<meta property="og:title" content="Creator Kit Hub - 100% Offline Client-Side Web Tools" />
<meta property="og:description"
content="Creator Kit Hub offers a comprehensive, completely free, and 100% offline suite of client-side web tools. Securely process PDFs, convert high-resolution images, generate precise social media safe zones, and much more." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://creatorkithub.org/" />
<meta property="og:image" content="https://creatorkithub.org/og-image.png" />
<!-- Twitter Card Data -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Creator Kit Hub - 100% Offline Client-Side Web Tools" />
<meta name="twitter:description"
content="Creator Kit Hub offers a comprehensive, completely free, and 100% offline suite of client-side web tools." />
<meta name="twitter:image" content="https://creatorkithub.org/og-image.png" />
<link rel="apple-touch-icon" href="/icon.svg" />
<link rel="canonical" href="https://creatorkithub.org/" />
<link rel="alternate" hreflang="en" href="https://creatorkithub.org/" />
<link rel="alternate" hreflang="x-default" href="https://creatorkithub.org/" />
<title>Creator Kit Hub - 100% Offline Client-Side Web Tools</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Creator Kit Hub",
"url": "https://creatorkithub.org/",
"description": "A free, 100% offline suite of client-side web tools for creators.",
"publisher": {
"@type": "Organization",
"name": "Creator Kit Hub",
"logo": {
"@type": "ImageObject",
"url": "https://creatorkithub.org/icon.svg"
}
}
}
</script>
<!-- Google AdSense -->
<script defer src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4032375955420309"
crossorigin="anonymous"></script>
</head>
<body class="bg-[#09090b] text-white">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MTBGDHJ2" height="0" width="0"
class="gtm-iframe"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root">
<!-- SEO_ROOT_CONTENT -->
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>