diff --git a/Pass.css b/Pass.css index 3b631309..5d6de9df 100644 --- a/Pass.css +++ b/Pass.css @@ -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; } \ No newline at end of file diff --git a/Uplog.html b/Uplog.html index 4d7cb24c..1dc19ec7 100644 --- a/Uplog.html +++ b/Uplog.html @@ -1,5 +1,5 @@ - - + +

\ No newline at end of file diff --git a/Uplog.js b/Uplog.js index 0c0971a4..65009bf0 100644 --- a/Uplog.js +++ b/Uplog.js @@ -1 +1,3 @@ -function Back5 { window.location="https://fun-miles-4jub.onrender.com/index.html"; } \ No newline at end of file +function redirectToFile() { + window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to + } \ No newline at end of file