hola tengo un duda aplico recet y sigue igual la pagina
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Productos - Barbería ErikT</title>
<link rel="StyleSheet" href="/recet.css">
<link rel="stylesheet" href="productos.css">
</head>
<body>
<header>
<h1><img src="hola2.png"></h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/productos.html">Productos</a></li>
<li><a href="">Contacto</a></li>
</ul>
</nav>
</header>
</body>
</html>