hikmet044 commited on
Commit
4d16140
·
verified ·
1 Parent(s): 6dff608

kutunun rengini değiştir,turuncu olsun - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +17 -9
index.html CHANGED
@@ -356,15 +356,23 @@
356
  </div>
357
  </div>
358
  </form>
359
- <div class="mt-6 bg-blue-50 border-l-4 border-blue-400 p-4">
360
- <div class="flex">
361
- <div class="flex-shrink-0">
362
- <i class="fas fa-info-circle text-blue-400 text-xl"></i>
363
- </div>
364
- <div class="ml-3">
365
- <p class="text-sm text-blue-700">
366
- <span class="font-bold">Hızlı Demo Erişimi:</span> Kullanıcı adı: <code>admin</code>, Şifre: <code>exportai2025</code> bilgilerini kullanarak demo sistemine doğrudan erişebilirsiniz.
367
- </p>
 
 
 
 
 
 
 
 
368
  </div>
369
  </div>
370
  </div>
 
356
  </div>
357
  </div>
358
  </form>
359
+ <div class="mt-6">
360
+ <div class="bg-white p-6 rounded-lg shadow-md border border-gray-200">
361
+ <h3 class="text-lg font-medium text-gray-900 mb-4">Demo Girişi</h3>
362
+ <div class="grid grid-cols-1 gap-4">
363
+ <div>
364
+ <label for="username" class="block text-sm font-medium text-gray-700">Kullanıcı Adı</label>
365
+ <input type="text" id="username" value="admin" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500 bg-gray-100" readonly>
366
+ </div>
367
+ <div>
368
+ <label for="password" class="block text-sm font-medium text-gray-700">Şifre</label>
369
+ <input type="password" id="password" value="exportai2025" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-blue-500 focus:border-blue-500 bg-gray-100" readonly>
370
+ </div>
371
+ <div>.
372
+ <button onclick="window.location.href='/demo'" class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition duration-300">
373
+ Demo'ya Giriş Yap <i class="fas fa-sign-in-alt ml-2"></i>
374
+ </button>
375
+ </div>
376
  </div>
377
  </div>
378
  </div>