diff --git a/index.html b/index.html index 58ed16d..778faba 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,10 @@ // Eğer tarayıcı dili Türkçe ise /tr/index.html sayfasına yönlendir if (userLang.startsWith('tr')) { - window.location.href = '/hometr.html'; + window.location.href = 'hometr.html'; } else { // Eğer İngilizceyse /en/index.html sayfasına yönlendir - window.location.href = '/home.html'; + window.location.href = 'home.html'; } const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled