-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 2.04 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
41
42
43
44
45
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="yc08BTUj_iUudnWiq_m3VJHcYGKASMc-_mP9AyOLT8I" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="shortcut icon" href="./public/Favicon.png" type="image/png">
<!-- Basic SEO Meta tags -->
<title>Github Search</title>
<meta name="description" content="Site para pesquisar um perfil do Github e visualisar seus respositórios.">
<meta name="author" content="Wesley Alves Rolim">
<meta name="creator" content="Wesley Alves Rolim DEV">
<meta name="copyright" content="Wesley Alves Rolim">
<meta name="robots" content="index, follow">
<meta http-equiv="content-language" content="pt-br">
<link rel="canonical" href="https://github-search-wesley.vercel.app">
<!-- Open graph -->
<meta property="og:site_name" content="Github Search">
<meta property="og:title" content="Github Search | Home">
<meta property="og:description" content="Site para pesquisar um perfil do Github e visualisar seus respositórios.">
<meta property="og:url" content="https://github-search-wesley.vercel.app">
<meta property="og:image" content="./Favicon.png">
<meta property="og:locale" content="pt-br">
<meta property="og:type" content="website">
<!-- Twitter -->
<meta name="twitter:title" content="Github Search | Home">
<meta name="twitter:description" content="Site para pesquisar um perfil do Github e visualisar seus respositórios.">
<meta name="twitter:image" content="./Favicon.png">
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>