Update 404.html

This commit is contained in:
FURK4NGG
2025-03-01 22:31:47 +03:00
committed by GitHub
parent 3414078293
commit 6ecd6d8ef0
+1 -1
View File
@@ -19,7 +19,7 @@
<p class="output">Please try to <a href="javascript:history.back()">go back</a> or <a href="/">return to the homepage</a>.</p> <p class="output">Please try to <a href="javascript:history.back()">go back</a> or <a href="/">return to the homepage</a>.</p>
<p class="output">Good luck.</p> <p class="output">Good luck.</p>
</div> </div>
<script> <script type="module">
const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled
const showAlert = e => { const showAlert = e => {
e.preventDefault(); // preventing its default behaviour e.preventDefault(); // preventing its default behaviour