Update home_en.html

This commit is contained in:
FURK4NGG
2025-02-24 19:29:18 +03:00
committed by GitHub
parent d385a9546f
commit e1a9a09359
+3 -1
View File
@@ -12,7 +12,7 @@
<meta http-equiv="content-type" content="text/html; charset=iso-8859-3">
<meta name="publisher" content="https://furk4ngg.github.io">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<meta id="themeMeta" name="theme-color" content="#F8F6E3">
<meta id="themeMeta" name="theme-color" content="#F8F6E3">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Furkan Karlıoğlu">
@@ -327,6 +327,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>