This commit is contained in:
Robert
2025-02-26 10:01:25 -06:00
committed by GitHub
parent 398d008b5c
commit 287fa2743a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<html>
<button onclick="goBack()">Back</button>
<button onclick="Back5()">Back</button>
<script src="pass.js"></script>
<p></p>
</html>
+1 -1
View File
@@ -1 +1 @@
function goBack { window.location="https://fun-miles-4jub.onrender.com/index.html"; }
function Back5 { window.location="https://fun-miles-4jub.onrender.com/index.html"; }