Docfile commited on
Commit
adce2cd
·
verified ·
1 Parent(s): 290450e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -9
templates/index.html CHANGED
@@ -222,10 +222,10 @@
222
  <header class="bg-white shadow-sm py-6">
223
  <div class="container mx-auto px-4">
224
  <div class="flex items-center justify-between">
225
- <h1 class="text-3xl font-bold text-primary-700 flex items-center">
226
- <i class="fas fa-brain mr-3 text-primary-500"></i>
227
- Mémorisation Facile
228
- </h1>
229
  <div class="flex space-x-2">
230
  <button id="themeToggle" class="p-2 rounded-full hover:bg-gray-100">
231
  <i class="fas fa-moon text-gray-600"></i>
@@ -609,11 +609,7 @@
609
  </p>
610
  <p><div class="flex items-center justify-center space-x-4 mt-6">
611
  </div></p>
612
- <div class="flex items-center justify-center space-x-4 mt-6">
613
- <button id="shareBtn" class="btn-secondary text-sm">
614
- <i class="fas fa-share-alt mr-2"></i> Partager
615
- </button>
616
- </div>
617
  `;
618
  flashcardsContainer.appendChild(header);
619
 
 
222
  <header class="bg-white shadow-sm py-6">
223
  <div class="container mx-auto px-4">
224
  <div class="flex items-center justify-between">
225
+ <a href="https://mariam241.vercel.app" class="text-3xl font-bold text-primary-700 flex items-center">
226
+ <i class="fas fa-home mr-3 text-primary-500"></i>
227
+ Accueil
228
+ </a>
229
  <div class="flex space-x-2">
230
  <button id="themeToggle" class="p-2 rounded-full hover:bg-gray-100">
231
  <i class="fas fa-moon text-gray-600"></i>
 
609
  </p>
610
  <p><div class="flex items-center justify-center space-x-4 mt-6">
611
  </div></p>
612
+
 
 
 
 
613
  `;
614
  flashcardsContainer.appendChild(header);
615