-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 2.05 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 2.05 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>GitHub Apps Dashboard</title>
<meta name="title" content="GitHub Apps Dashboard" />
<meta name="description" content="View and analyze GitHub Apps across your organizations. 100% client-only - your token never leaves the browser. Open source and privacy-first." />
<meta name="keywords" content="GitHub, GitHub Apps, dashboard, GitHub Enterprise, app management, security, open source" />
<meta name="author" content="gateixeira" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gateixeira.github.io/github-apps-dashboard/" />
<meta property="og:title" content="GitHub Apps Dashboard" />
<meta property="og:description" content="View and analyze GitHub Apps across your organizations. 100% client-only - your token never leaves the browser." />
<meta property="og:image" content="https://gateixeira.github.io/github-apps-dashboard/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gateixeira.github.io/github-apps-dashboard/" />
<meta property="twitter:title" content="GitHub Apps Dashboard" />
<meta property="twitter:description" content="View and analyze GitHub Apps across your organizations. 100% client-only - your token never leaves the browser." />
<meta property="twitter:image" content="https://gateixeira.github.io/github-apps-dashboard/og-image.png" />
<!-- Additional SEO -->
<link rel="canonical" href="https://gateixeira.github.io/github-apps-dashboard/" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0969da" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>