Skip to content

Commit

Permalink
Update busquedas.html
Browse files Browse the repository at this point in the history
added link to new page
  • Loading branch information
leoroan authored Jan 5, 2024
1 parent ccbc4ff commit 1912cfe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions busquedas.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link " href="#"> 🟢 BUSQUEDA DE MT</a>
<a class="nav-link active" href="#"> 🟢 BUSQUEDA DE MT</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./pages/generarRemitos.html" aria-current="page">🔴
<a class="nav-link " href="./pages/generarRemitos.html" aria-current="page">🔴
GENERAR REMITOS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../pages/generarRecibos.html" aria-current="page">🔴 GENERAR RECIBO DEVOLUCION</a>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -87,4 +90,4 @@ <h1 class="mb-5 text-center mt-5"> Busqueda de un MT en el inventario gral y su
crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit 1912cfe

Please sign in to comment.