-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 2.29 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>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevFinder.</title>
<link rel="apple-touch-icon" sizes="180x180" href="/public/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="/public/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/public/icons/favicon-16x16.png">
<link rel="manifest" href="/public/icons/site.webmanifest">
<meta name="msapplication-config" content="/public/icons/browserconfig.xml">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/public/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="title" content="DevFinder | Connect, Collaborate with GitHub Developers">
<meta name="description" content="A dynamic GitHub user finder app that fetches and displays user profiles using the GitHub API">
<meta name="keywords" content="github api, developer search, react app, user profiles, collaboration tool, web app, frontend development, github integration, api fetch, dev finder">
<meta name="author" content="vishnu1002">
<meta property="og:type" content="website">
<meta property="og:url" content="https://thedevfinder.pages.dev/">
<meta property="og:title" content="DevFinder | Connect, Collaborate with GitHub Developers">
<meta property="og:description" content="A dynamic GitHub user finder app that fetches and displays user profiles using the GitHub API.">
<meta property="og:image" content="https://thedevfinder.pages.dev/devfindersocial.png">
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://thedevfinder.pages.dev/" />
<meta property="twitter:title" content="DevFinder | Connect, Collaborate with GitHub Developers" />
<meta property="twitter:description" content="A dynamic GitHub user finder app that fetches and displays user profiles using the GitHub API." />
<meta property="twitter:image" content="https://thedevfinder.pages.dev/devfindersocial.png" />
</head>
<body>
<div id="root"></div>
<script defer type="module" src="/src/main.jsx"></script>
</body>
</html>