This commit is contained in:
WhyKorp
2023-12-19 22:31:50 +01:00
committed by GitHub
parent f5c1d13953
commit cc70391167
3 changed files with 66 additions and 6 deletions
+4 -1
View File
@@ -57,11 +57,14 @@
position: sticky;
bottom: 27px;
}
a.back {
z-index: 5;
};
</style>
</head>
<body>
<canvas></canvas>
<script src="./script.js"></script>
<a href="javascript:history.back()" img="img/back_arrow.png"></a>
<a class="back" href="javascript:history.back()"><img src="img/back_arrow.png"></a>
</body>
</html>