-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
22 lines (22 loc) · 1001 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Generate banners for your GitHub profile Readme like never before!" />
<meta name="author" content="asheeshh" />
<meta property="og:site_name" content="gitbanner" />
<meta property="og:type" content="object" />
<meta property="og:description" content="Generate banners for your GitHub profile Readme like never before!" />
<meta property="og:title" content="GitBanner" />
<meta property="og:url" content="https://gitbanner.js.org" />
<meta name="theme-color" content="#bd93f9" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Readme Banner for GitHub</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>