hola. no me carga la imagen del logo me sale error
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>producto Barberia Tamayo</title>
<link rel="Styleeet" 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>
</html>