From 7101494e1f7836ee4d981279c21d79f20c848522 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:02:14 +0300 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fd05164..b047738 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