Update home_en.html

This commit is contained in:
FURK4NGG
2025-02-24 23:16:55 +03:00
committed by GitHub
parent aeb0fd3704
commit 68d65309e3
+2
View File
@@ -328,6 +328,8 @@
if (isMobileDevice()) {
var circles = document.getElementsByClassName('circle');
for (var i = 0; i < circles.length; i++) {circles[i].style.display = 'none';}}};
const darkmode = new Darkmode(options);
darkmode.showWidget();
</script>
</body>
</html>