diff --git a/src/script.js b/src/script.js index 5cc9585..6ebf300 100644 --- a/src/script.js +++ b/src/script.js @@ -29,7 +29,7 @@ function login() { } else { messageError.style.display = 'none'; setUsername(); - window.location.href = '../home/home.html'; + window.location.href = './home/home.html'; } }