aboutsummaryrefslogtreecommitdiff
path: root/views/load.html
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-06-07 18:10:05 +0200
committerMinteck <nekostarfan@gmail.com>2021-06-07 18:10:05 +0200
commit634dc4c860993963e6f5f9847eaf1ddc5f213ec3 (patch)
treed5e4be61e7cc5aa54310724b6fff4b6e24fdc5c1 /views/load.html
parentba7cd4308d21505455fdc522403e1158c8253d7f (diff)
downloadkartik-client-634dc4c860993963e6f5f9847eaf1ddc5f213ec3.tar.gz
kartik-client-634dc4c860993963e6f5f9847eaf1ddc5f213ec3.tar.bz2
kartik-client-634dc4c860993963e6f5f9847eaf1ddc5f213ec3.zip
Commit
Diffstat (limited to 'views/load.html')
-rw-r--r--views/load.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/load.html b/views/load.html
index b4fe8c2..d19b8b7 100644
--- a/views/load.html
+++ b/views/load.html
@@ -22,6 +22,14 @@
}
</style>
+ <script>
+ document.addEventListener('keydown', function(e) {
+ if (e.key === "F1" || e.key === "F10" || e.key === "F11") { // F11/F1/F10
+ e.preventDefault();
+ return false;
+ }
+ })
+ </script>
</head>
<body style="overflow:hidden;margin:0;padding:0;background-color:#4b4e50;">
<img src="splash.png" style="width:100%;">