-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.33 KB
/
index.html
File metadata and controls
28 lines (27 loc) · 1.33 KB
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
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Build a consistent coding habit. Build your portfolio, collaborate with other developers, and connect through GitHub profiles. Start building your dream projects today.">
<meta name="keywords" content="GitHub, ggithubstreak, github projects, github streak, developer platform, project showcase, progress tracking, GitHub integration, developer portfolio, project collaboration, tech community">
<meta name="author" content="ggithubstreak">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="x_kAJTP-Qs18JVXmjpsOlPxoeUEsC0nSKIkHChpdirU" />
<link rel="canonical" href="https://ggithubstreak.com">
<title>GGithubstreak</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CQ53BE5C0J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CQ53BE5C0J');
</script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>