Update index.html
This commit is contained in:
+2
-2
@@ -19,9 +19,9 @@
|
||||
|
||||
// İçeriği dil tercihine göre yönlendirme
|
||||
if (userLang.startsWith('tr')) {
|
||||
window.location.href = '/hometr.html'; // Türkçe içerik
|
||||
window.location.href = '/hometr'; // Türkçe içerik
|
||||
} else {
|
||||
window.location.href = '/home.html'; // İngilizce içerik
|
||||
window.location.href = '/home'; // İngilizce içerik
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user