45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="title" content="GitHub Stats Extended" />
|
|
<meta
|
|
name="description"
|
|
content="Dynamically generate GitHub stats for your READMEs."
|
|
/>
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta
|
|
property="og:url"
|
|
content="https://github-stats-extended.vercel.app/frontend"
|
|
/>
|
|
<meta property="og:title" content="GitHub Stats Extended" />
|
|
<meta
|
|
property="og:description"
|
|
content="Dynamically generate GitHub stats for your READMEs."
|
|
/>
|
|
|
|
<!--
|
|
https://vite.dev/guide/assets#the-public-directory
|
|
-->
|
|
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
|
<!--
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
-->
|
|
<link rel="manifest" href="/manifest.json" />
|
|
|
|
<title>GitHub Stats Extended</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|