i give up

This commit is contained in:
Robert
2025-03-03 15:27:16 +00:00
parent aabde36eeb
commit 9a5ad29533
2 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ body img.handle {
transform-origin: 50% calc(50% + 80px); transform-origin: 50% calc(50% + 80px);
cursor: grab; cursor: grab;
} }
div buttonback { button {
color: blue; color: blue;
text-decoration-color: black; text-decoration-color: black;
} }
+29 -2
View File
@@ -1,4 +1,4 @@
<div herf="buttonback"> <div class="button">
<button onclick="redirectToFile()">Back</button> <button onclick="redirectToFile()">Back</button>
</div> </div>
<!DOCTYPE html> <!DOCTYPE html>
@@ -18,4 +18,31 @@
<img class="right" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false"> <img class="right" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false">
<script src="pass.js"></script> <script src="pass.js"></script>
</body> </body>
</html> </html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device+width, initial-scale=1.0">
<style>
.version {
position: fixed;
bottom: 10px;
right: 10px;
background-color: #f1f1f1;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
font-size: 14px;
}
</style>
</head>
<body>
<div class="version" id="versionDisplay"></div>
<script>
document.getElementById('versionDisplay').redirectToFile('index.html') .textcontent = 'Back';
</script>
</body>
</html>