Skip to content

Commit

Permalink
Merge pull request #133 from holomorfo/holomorfo/issue132
Browse files Browse the repository at this point in the history
Error en colocar etiqueta for
  • Loading branch information
Elliot-Hernandez authored May 5, 2023
2 parents df1ad5a + 07081fc commit 2bc457d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ <h1>SPTM</h1>
<span class="bar"></span>
</div>
<ul class="nav">
<li for="link_inicio" class="nav-item"><a href="#inicio">inicio</a></li>
<li for="link_sonido" class="nav-item"><a href="#sonido">sonido</a></li>
<li for="link_acerca" class="nav-item"><a href="#acerca">acerca</a></li>
<li class="nav-item"><a for="link_inicio" href="#inicio">inicio</a></li>
<li class="nav-item"><a for="link_sonido" href="#sonido">sonido</a></li>
<li class="nav-item"><a for="link_acerca" href="#acerca">acerca</a></li>
<!-- <li for="link_" class="nav-item"><a href="#contacto">contacto</a></li> -->
</ul>
<div id="lang" class="switch-lang">
Expand Down

0 comments on commit 2bc457d

Please sign in to comment.