-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.73 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GitHub Tracker</title>
<meta property="og:title" content="GitHub Tracker" />
<meta property="og:description" content="Dashboard for tracking GitHub issues, PRs, and Actions across repos" />
<meta property="og:image" content="https://gh.gordoncode.dev/assets/social-preview.png" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:url" content="https://gh.gordoncode.dev" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GitHub Tracker" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GitHub Tracker" />
<meta name="twitter:description" content="Dashboard for tracking GitHub issues, PRs, and Actions across repos" />
<meta name="twitter:image" content="https://gh.gordoncode.dev/assets/social-preview.png" />
<meta name="description" content="Dashboard for tracking GitHub issues, PRs, and Actions across repos" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="icon" type="image/png" href="/assets/logo-192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="/assets/logo-192.png" />
<script>try{let c=JSON.parse(localStorage.getItem('github-tracker:config')||'{}');if(c.theme==='dark'||(c.theme!=='light'&&matchMedia('(prefers-color-scheme:dark)').matches))document.documentElement.classList.add('dark')}catch(e){}</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app/index.tsx"></script>
</body>
</html>