From f2d099de77647691e9ab127908820a50e27461b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Godet?= <77058107+godetremy@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:45:10 +0100 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1dc57f2..c588f86 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ count: 1000 }); }); + var x = document.getElementsByTagName("*"); for (i = 0; i < x.length; i++) {x[i].style.cursor = "none"};