Update index.html

This commit is contained in:
FURK4NGG
2024-09-11 11:25:40 +03:00
committed by GitHub
parent eaf6dba7ac
commit 6181bd4c41
+2 -2
View File
@@ -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
}
});