-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 973 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>GitHub Wrapped — Your Year in Code</title>
<meta name="description" content="See your GitHub year in review. Stats, languages, personality — Spotify Wrapped style."/>
<meta property="og:title" content="GitHub Wrapped — Your Year in Code"/>
<meta property="og:description" content="Enter any GitHub username and see a beautiful year-in-review with stats, top languages, coding personality, and more."/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="GitHub Wrapped — Your Year in Code"/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<style>*{margin:0;padding:0;box-sizing:border-box}body{background:#0d1117}</style>
</head>
<body><div id="root"></div><script type="module" src="/src/main.jsx"></script></body>
</html>