This commit is contained in:
exttex
2021-01-21 19:19:14 +01:00
parent 5c40db1242
commit 87eb351e80
29 changed files with 2060 additions and 890 deletions

View File

@ -24,7 +24,7 @@
</style>
<!-- Disable reloading using CTRL+R -->
<script>
<!-- <script>
document.onkeydown = (e) => {
let keycode = e.which;
if (window.event) keycode = window.event.keyCode;
@ -36,4 +36,4 @@ document.onkeydown = (e) => {
}
}
</script>
</script> -->