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.'); }