From b4438acdc9774d22445847906d7559ed023857ef Mon Sep 17 00:00:00 2001 From: luka0808 Date: Tue, 5 Dec 2023 17:31:32 -0300 Subject: [PATCH] Prducto.html --- Pagina Ventas/index.html | 2 +- login2/admin.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pagina Ventas/index.html b/Pagina Ventas/index.html index 5c5bbb7..c2a8478 100644 --- a/Pagina Ventas/index.html +++ b/Pagina Ventas/index.html @@ -22,7 +22,7 @@
diff --git a/login2/admin.html b/login2/admin.html index ce5911e..8426a1b 100644 --- a/login2/admin.html +++ b/login2/admin.html @@ -67,7 +67,7 @@ // Check username and password if (username === 'admin' && password === '12345') { - window.location.href ='/AdmProductos/productos.html'; + window.location.href ='/AdmProducto/producto.html'; } else { alert('Usuario o contraseƱa incorrectos.'); }