-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/svg+xml" href="/profilepic.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<meta
name="description"
content="Portfólio do Desenvolvedor Filipe Bacof. Saiba mais sobre mim, tecnologias que utilizo, projetos desenvolvidos e formas de entrar em contato."
/>
<meta
name="description"
lang="en"
content="Filipe Bacof's Developer Portfolio. Learn more about me, the technologies I use, my projects, and ways to get in touch."
/>
<meta
name="keywords"
content="Filipe, Bacof, Portifolio, Developer, Full-stack, Front-end, Back-end, Programador, Desenvolvedor, Fullstack, Frontend, Backend, Dev"
/>
<title>Filipe Bacof - Portifólio de Desenvolvedor</title>
</head>
<body class="no-select">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>