Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit affdd0c

Browse files
ok im done for the night
1 parent 26a3612 commit affdd0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pass.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ document.addEventListener('DOMContentLoaded', () => {
2020
}
2121
});
2222
});
23+
24+
function goToHomePage() {
25+
window.location.href = "index.html"; // Replace with the actual homepage URL if different
26+
}
2327
const text = document.querySelector('input.password.visible');
2428
const pass = document.querySelector('input.password.hidden');
2529
const handle = document.querySelector('img.handle');

0 commit comments

Comments
 (0)