mirror of
https://github.com/vee1e/gitivity.git
synced 2026-09-01 10:58:33 +00:00
19 lines
849 B
HTML
19 lines
849 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="alternate icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Analyze GitHub repository contributions to discover active contributors and track pull request activity" />
|
|
<meta name="author" content="Lakshit Verma" />
|
|
<meta property="og:title" content="Gitivity" />
|
|
<meta property="og:description" content="Analyze GitHub repository contributions to discover active contributors" />
|
|
<title>Gitivity</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|