-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (54 loc) · 2.86 KB
/
index.html
File metadata and controls
61 lines (54 loc) · 2.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- SEO Basics -->
<title>Windows Post-Install Script Generator | Automate Windows Setup</title>
<meta name="description" content="Generate custom Windows post-installation scripts. Automatically install 200+ apps via winget and apply 100+ system configurations. Free browser-based tool." />
<meta name="keywords" content="windows installation, winget, batch script generator, windows automation, post-install, windows setup, system configuration" />
<link rel="canonical" href="https://kaic.github.io/win-post-install/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kaic.github.io/win-post-install/" />
<meta property="og:title" content="Windows Post-Install Script Generator" />
<meta property="og:description" content="Automate your Windows setup with custom installation scripts. 200+ apps, 100+ system tweaks, all in your browser." />
<meta property="og:image" content="https://kaic.github.io/win-post-install/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://kaic.github.io/win-post-install/" />
<meta name="twitter:title" content="Windows Post-Install Script Generator" />
<meta name="twitter:description" content="Automate Windows setup with custom batch scripts. Free browser tool." />
<meta name="twitter:image" content="https://kaic.github.io/win-post-install/twitter-image.png" />
<!-- Theme -->
<meta name="theme-color" content="#008080" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Windows Post-Install Script Generator",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "Windows 10, Windows 11",
"description": "Generate custom Windows post-installation batch scripts with automated software installation and system configuration",
"url": "https://kaic.github.io/win-post-install/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- Analytics -->
<script defer src="https://cloud.umami.is/script.js" data-website-id="0b493e9f-c3e3-4eb8-a119-4bf453dcec5b"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>