<!--index-->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifólio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve seu negócio digital a outro nível <strong>com um Back-end de qualidade!</strong></h1>
<p>Olá! Sou Fabricio Fialho, desenvolvedor Back-end com especialidade em Java. Ajudo
pequenos negócios a colocarem em prática boas ideias. Vamos conversar?
</p>
<a href="https://www.instagram.com/fabricio_fialhoo/">Instagram</a>
<a href="https://github.com/FabricioFialhoo">GitHub</a>
<img src="fotoperfil.jpg">
</main>
<footer></footer>
</body>
</html>
<!--style.css-->
body{
background-color: black;
color: white;
}