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
+3 -1
View File
@@ -1,4 +1,6 @@
<button onclick="goBack()">Back</button>
<div herf="buttonback">
<button onclick="redirectToFile()">Back</button>
</div>
<!DOCTYPE html>
<html lang="en">
<head>
+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');