-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.66 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/img/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kayo Oliveira - Desenvolvedor Web</title>
<meta name="application-name" content="Kayo Oliveira" />
<meta name="description" content="Kayo Oliveira Desenvolvedor WEB" />
<meta
name="keywords"
content="brasil, brazil, developer, desenvovedor, programador, reactjs, react, nextjs, next, stitches, styled components, css-in-js"
/>
<meta name="author" content="Kayo Oliveira" />
<meta
property="og:title"
content="Kayo Oliveira - Desenvolvedor FullStack"
/>
<meta
property="og:description"
content="Desenvolvedor FullStack trabalhando atualmente com ReactJS, PHP, Typescript, TailwindCSS, Stitches entre algumas outras bibliotecas, confira a aba de serviços para mais informações."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/src/Assets/img/logo.png" />
<meta
property="og:image:alt"
content="Kayo Oliveira - Desenvolvedor FullStack"
/>
<meta property="og:locale" content="pt_BR" />
<meta property="og:site_name" content="Kayo Oliveira" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>