-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 2.05 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M3NCWHHWFW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M3NCWHHWFW');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>GitHub DevFinder | Find Top Developers Worldwide</title>
<meta name="title" content="GitHub DevFinder | Find Top Developers Worldwide">
<meta name="description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://githubber.sourcingdenis.live/">
<meta property="og:title" content="GitHub DevFinder | Find Top Developers Worldwide">
<meta property="og:description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
<meta property="og:image" content="https://githubber.sourcingdenis.live/devfinder-preview.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://githubber.sourcingdenis.live/">
<meta property="twitter:title" content="GitHub DevFinder | Find Top Developers Worldwide">
<meta property="twitter:description" content="Discover and connect with talented developers on GitHub. Search by location, language, and skills to find your next team member or collaborator.">
<meta property="twitter:image" content="https://githubber.sourcingdenis.live/devfinder-social.jpg">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>