<head>
<meta charset="UTF-8">
<title>Produtos - Barbearia Alura</title>
<link rel="stylesheet" href="produtos.css">
</head>
<body>
<header>
<h1> <img src="logo.png"> </h1>
<ul>
<li><a href="index.html">Home</a></li>
<li>Produtos</li>
<li>Contatos</li>
</ul>
</header>
</body>