i give up
This commit is contained in:
@@ -81,7 +81,7 @@ body img.handle {
|
||||
transform-origin: 50% calc(50% + 80px);
|
||||
cursor: grab;
|
||||
}
|
||||
div buttonback {
|
||||
button {
|
||||
color: blue;
|
||||
text-decoration-color: black;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<div herf="buttonback">
|
||||
<div class="button">
|
||||
<button onclick="redirectToFile()">Back</button>
|
||||
</div>
|
||||
<!DOCTYPE html>
|
||||
@@ -19,3 +19,30 @@
|
||||
<script src="pass.js"></script>
|
||||
</body>
|
||||
</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