Update 404.html
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user