From affdd0c17f0036c75aebdaa9805cd8b01e34846b Mon Sep 17 00:00:00 2001 From: Robert <152218269+PenguinRobert1@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:58:00 -0600 Subject: [PATCH] ok im done for the night --- pass.js | 4 ++++ 1 file changed, 4 insertions(+) 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');