-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<title>Search Github Users || By Waqar</title>
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="/logo.png">
<link rel="manifest" href="/manifest.json">
<meta name="author" content="Waqar" />
<meta name="application-name" content="Search-Github-Users">
<meta name="keywords" content="github,repo search,Search Github Users" />
<meta name="description" content="Search-Github-Users in React.js" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Search-Github-Users">
<meta property="og:title" content="Search-Github-Users" />
<meta property="og:description" content="Search-Github-Users" />
<meta property="og:image" content="/logo.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Search Github Users" />
<meta property="twitter:description" content="Search Github Users" />
<meta property="twitter:image" content="/logo.png" />
<!-- <meta name="yandex-verification" content="">
<meta name="google-site-verification" content="" />
<meta name="p:domain_verify" content="" /> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>