-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1.18 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Metrics</title>
<link rel="preload" href="./fonts/Exo-2-Regular.woff2" as="font" crossorigin="anonymous" />
<link rel="preload" href="./fonts/Exo-2-Bold.woff2" as="font" crossorigin="anonymous" />
<meta name="description" content="Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally." />
<meta property="og:type" content="website" />
<meta property="og:title" content="GitHub Metrics" />
<meta property="og:description" content="Discover comprehensive insights into your GitHub repositories' metrics. Track stars, forks, and more, all conveniently stored locally." />
<meta property="og:url" content="https://github-metrics.netlify.app" />
<meta property="og:locale" content="en_US" />
<link rel="icon" href="./favicon.ico" sizes="32x32">
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>