masoudmarandi commited on
Commit
7a80759
·
verified ·
1 Parent(s): 7757592

clicking on 'فارسی

Browse files

' button on top right corner of the landing page must display index-fa.html, the connection/link is broken and must be fixed

Files changed (1) hide show
  1. index.html +3 -5
index.html CHANGED
@@ -45,11 +45,9 @@
45
  </head>
46
  <body class="font-en">
47
  <!-- Language Toggle -->
48
- <div class="fixed top-4 right-4 z-50">
49
- <button onclick="location.href='index-fa.html'" class="px-4 py-2 bg-white border border-gray-300 text-gray-700 font-medium rounded-lg hover:bg-gray-50 transition-colors duration-200 text-sm">
50
- فارسی
51
- </button>
52
- </div>
53
  <!-- Hero Section -->
54
  <section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-[#FFEEE4] via-[#F9F5FF] to-[#E8F4FD]">
55
  <!-- Background Pattern similar to Hugging Face -->
 
45
  </head>
46
  <body class="font-en">
47
  <!-- Language Toggle -->
48
+ <a href="index-fa.html" class="fixed top-4 right-4 z-50 px-4 py-2 bg-white border border-gray-300 text-gray-700 font-medium rounded-lg hover:bg-gray-50 transition-colors duration-200 text-sm">
49
+ فارسی
50
+ </a>
 
 
51
  <!-- Hero Section -->
52
  <section class="min-h-screen flex items-center justify-center relative overflow-hidden bg-gradient-to-br from-[#FFEEE4] via-[#F9F5FF] to-[#E8F4FD]">
53
  <!-- Background Pattern similar to Hugging Face -->