-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (38 loc) · 2.39 KB
/
index.html
File metadata and controls
44 lines (38 loc) · 2.39 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
<!doctype html>
<html lang="en">
<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" />
<!-- Primary Meta Tags -->
<title>GitHub Repository Manager - Clean up your repositories with style</title>
<meta name="title" content="GitHub Repository Manager - Clean up your repositories with style">
<meta name="description" content="A beautiful and efficient tool to manage and clean up your GitHub repositories. Bulk delete repositories with ease and style.">
<!-- Keywords -->
<meta name="keywords" content="GitHub, repository manager, bulk delete, repository cleanup, GitHub tools">
<!-- Google Search Console -->
<meta name="google-site-verification" content="aQ2hXRLyJ1kc42fVnmjq3Z1CoqGnosItz_VAxKAE9JQ" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://github-repo-manager.netlify.app/">
<meta property="og:title" content="GitHub Repository Manager - Clean up your repositories with style">
<meta property="og:description" content="A beautiful and efficient tool to manage and clean up your GitHub repositories. Bulk delete repositories with ease and style.">
<meta property="og:image" content="https://images.unsplash.com/photo-1618401471353-b98afee0b2eb?q=80&w=1200&auto=format&fit=crop">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://github-repo-manager.netlify.app/">
<meta property="twitter:title" content="GitHub Repository Manager - Clean up your repositories with style">
<meta property="twitter:description" content="A beautiful and efficient tool to manage and clean up your GitHub repositories. Bulk delete repositories with ease and style.">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1618401471353-b98afee0b2eb?q=80&w=1200&auto=format&fit=crop">
<!-- Additional Meta Tags -->
<meta name="author" content="ErolledDev">
<meta name="theme-color" content="#3B82F6">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://github-repo-manager.netlify.app/">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</script>
</body>
</html>