Skip to content

Commit 0834f72

Browse files
AndreaV-Lsiclaude
andcommitted
chore: Add GitHub Pages index with SEO metadata and redirect
Redirects to GitHub repo. Meta tags provide search engine context for indexing (description, keywords, canonical URL). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 79c1940 commit 0834f72

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="refresh" content="0; url=https://github.com/LS-Instruments/LsiGitCheckout">
7+
<title>LsiGitCheckout — Multi-Repository Git Dependency Manager</title>
8+
<meta name="description" content="PowerShell tool for managing multi-repository Git projects with SemVer dependency resolution, recursive checkout, cross-platform SSH, and API compatibility checking.">
9+
<meta name="keywords" content="git, dependency management, powershell, semver, multi-repo, recursive dependencies, cross-platform, ssh, automation">
10+
<link rel="canonical" href="https://github.com/LS-Instruments/LsiGitCheckout">
11+
</head>
12+
<body>
13+
<p>Redirecting to <a href="https://github.com/LS-Instruments/LsiGitCheckout">LsiGitCheckout on GitHub</a>...</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)