diff --git a/pass.js b/pass.js index 0d22fd0c..6b0f85fe 100644 --- a/pass.js +++ b/pass.js @@ -20,6 +20,10 @@ document.addEventListener('DOMContentLoaded', () => { } }); }); + +function goToHomePage() { + window.location.href = "index.html"; // Replace with the actual homepage URL if different +} const text = document.querySelector('input.password.visible'); const pass = document.querySelector('input.password.hidden'); const handle = document.querySelector('img.handle');