i give up
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user