aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-27 19:43:41 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-27 19:43:41 +0200
commit56437d7445cf0cdf3d5053fbf7043b39f1a96856 (patch)
tree61a5d5efd663bf8e2dce304b202d06ee43ed2d5c /index.html
parent73864d898c3fb3cb0d9a8e3060ae01e780774d48 (diff)
downloadkartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.gz
kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.bz2
kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.zip
*Trying to* fix the mouse bug
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index aac4e9f..71cf902 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,11 @@
}
})
</script>
+ <style>
+ * {
+ cursor: not-allowed !important;
+ }
+ </style>
<script>if (typeof require !== "undefined") {native = true;try{global.native = true;}catch(e){}} else {native = false;try{global.native = false;}catch(e){}}if (!native){global = window;}if (native){kresources=require('@electron/remote').getCurrentWindow().resources;trackEvent=require('@electron/remote').getCurrentWindow().trackEvent;require('@electron/remote').getCurrentWindow().log(" * Parsing view");}info=(_a,b)=>{console.info(b);};warn=(_a,b)=>{console.warn(b);};error=(_a,b)=>{console.error(b);};</script>
<meta charset="UTF-8">
<title>Kartik</title>