ok this cool

This commit is contained in:
Robert
2025-02-26 10:59:20 -06:00
committed by GitHub
parent 287fa2743a
commit ae85360ce2
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -80,4 +80,8 @@ body img.handle {
z-index: 3;
transform-origin: 50% calc(50% + 80px);
cursor: grab;
}
div buttonback {
color: blue;
text-decoration-color: black;
}
+2 -2
View File
@@ -1,5 +1,5 @@
<html>
<button onclick="Back5()">Back</button>
<script src="pass.js"></script>
<button onclick="redirectToFile()">Back</button>
<script src="Uplog.js"></script>
<p></p>
</html>
+3 -1
View File
@@ -1 +1,3 @@
function Back5 { window.location="https://fun-miles-4jub.onrender.com/index.html"; }
function redirectToFile() {
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
}