Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuFlosoYT committed Sep 21, 2024
1 parent 3b8cf68 commit 4eabe4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions header-listado.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ function createHeader() {
<nav>
<ul>
<li>
<a href="../../../../index.html">
<a href="index.html">
<div class="fondo-header-inicio">
<div class="image-header">
<img src="../../../../Imagenes/Header/home.webp">
<img src="Imagenes/Header/home.webp">
</div>
<h2>Inicio</h2>
</div>
Expand Down Expand Up @@ -45,7 +45,7 @@ function createHeader() {
<a href="#" >
<div class="fondo-header-subir">
<div class="image-header">
<img src="../../../../Imagenes/Header/subir.png">
<img src="Imagenes/Header/subir.png">
</div>
<h2>Subir</h2>
</div>
Expand Down

0 comments on commit 4eabe4f

Please sign in to comment.