productos.html
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Productos-Babería Alura</title>
<link rel="stylesheet" type="text/css" href="productos.css">
</head>
<body>
<header>
<h1><img src="imagenes/logo.png"></h1>
<ul>
<li>Home</li>
<li>Productos</li>
<li>Contacto</li>
</ul>
</header>
</body>