ok im going to update so you can work

This commit is contained in:
Robert
2025-02-26 11:02:06 -06:00
committed by GitHub
parent ae85360ce2
commit 32d998f2fb
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
function redirectToFile() {
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
}
document.addEventListener('DOMContentLoaded', () => {
const textInput = document.getElementById('text_input');
const hiddenInput = document.querySelector('.password.hidden');