ok im done for the night

This commit is contained in:
Robert
2025-02-25 22:58:00 -06:00
committed by GitHub
parent 26a36124aa
commit affdd0c17f
+4
View File
@@ -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');