Update index.html

This commit is contained in:
FURK4NGG
2024-09-09 16:01:50 +03:00
committed by GitHub
parent efb9982cf0
commit 98a0ca914e
+2 -2
View File
@@ -19,10 +19,10 @@
// Eğer tarayıcı dili Türkçe ise /tr/index.html sayfasına yönlendir // Eğer tarayıcı dili Türkçe ise /tr/index.html sayfasına yönlendir
if (userLang.startsWith('tr')) { if (userLang.startsWith('tr')) {
window.location.href = '/tr/index.html'; window.location.href = 'hometr.html';
} else { } else {
// Eğer İngilizceyse /en/index.html sayfasına yönlendir // Eğer İngilizceyse /en/index.html sayfasına yönlendir
window.location.href = '/en/index.html'; window.location.href = 'home.html';
} }
const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled