Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,31 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/crl-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Github Tracker</title>
<meta name="theme-color" content="#1a1a1a" />
<title>GitHub Tracker - Monitor GitHub User Activity</title>

<!-- Primary Meta Tags -->
<meta name="title" content="GitHub Tracker - Monitor GitHub User Activity" />
<meta name="description" content="Track and analyze the activity of any GitHub user. Monitor commits, PRs, issues, and repositories in real time." />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github-spy.netlify.app/" />
<meta property="og:site_name" content="GitHub Tracker" />
<meta property="og:title" content="GitHub Tracker - Monitor GitHub User Activity" />
<meta property="og:description" content="Track and analyze the activity of any GitHub user. Monitor commits, PRs, issues, and repositories in real time." />
<meta property="og:image" content="https://github-spy.netlify.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="GitHub Tracker preview" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://github-spy.netlify.app/" />
<meta name="twitter:title" content="GitHub Tracker - Monitor GitHub User Activity" />
<meta name="twitter:description" content="Track and analyze the activity of any GitHub user. Monitor commits, PRs, issues, and repositories in real time." />
<meta name="twitter:image" content="https://github-spy.netlify.app/og-image.png" />
<meta name="twitter:image:alt" content="GitHub Tracker preview" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.