From 6181bd4c41c01942c09ef0f1200d4c49c064ab24 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:25:40 +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 caec480..24dc23e 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@ // İçeriği dil tercihine göre yönlendirme if (userLang.startsWith('tr')) { - window.location.href = '/hometr'; // Türkçe içerik + window.location.href = '/home_tr'; // Türkçe içerik } else { - window.location.href = '/home'; // İngilizce içerik + window.location.href = '/home_en'; // İngilizce içerik } });