ok im done for the night
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user