Update index.html

This commit is contained in:
FURK4NGG
2025-03-18 21:45:49 +03:00
committed by GitHub
parent 28112c987f
commit ecad8dc551
-2
View File
@@ -28,8 +28,6 @@
<body> <body>
<div id="body_index"><div id="ref_div" align="center"><h1 id="ref">-You are being redirected to the homepage-</h1></div></div> <div id="body_index"><div id="ref_div" align="center"><h1 id="ref">-You are being redirected to the homepage-</h1></div></div>
<script> <script>
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