depan724 commited on
Commit
69b5eca
·
verified ·
1 Parent(s): 89b19ac

il faut que tu creer la page "+ Nouveau Véhicule" et active le lien "+ Nouveau Véhicule"

Browse files
Files changed (2) hide show
  1. nouveau-vehicule.html +1 -1
  2. vehicules.html +3 -3
nouveau-vehicule.html CHANGED
@@ -24,7 +24,7 @@
24
  <!-- Sidebar -->
25
  <div class="sidebar bg-blue-800 text-white w-64 space-y-6 py-7 px-2 absolute inset-y-0 left-0 transform -translate-x-full md:relative md:translate-x-0 transition duration-200 ease-in-out" id="sidebar">
26
  <div class="text-white flex items-center space-x-2 px-4">
27
- <i data-feather="t truck" class="h-8 w-8"></i>
28
  <span class="text-2xl font-extrabold">Remorquage Pro</span>
29
  </div>
30
  <nav>
 
24
  <!-- Sidebar -->
25
  <div class="sidebar bg-blue-800 text-white w-64 space-y-6 py-7 px-2 absolute inset-y-0 left-0 transform -translate-x-full md:relative md:translate-x-0 transition duration-200 ease-in-out" id="sidebar">
26
  <div class="text-white flex items-center space-x-2 px-4">
27
+ <i data-feather="truck" class="h-8 w-8"></i>
28
  <span class="text-2xl font-extrabold">Remorquage Pro</span>
29
  </div>
30
  <nav>
vehicules.html CHANGED
@@ -95,11 +95,11 @@
95
  <input type="text" placeholder="Rechercher un véhicule..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
96
  <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i>
97
  </div>
98
- <button class="bg-blue-600 text-white px-4 py-2 rounded-lg flex items-center space-x-2 hover:bg-blue-700 transition duration-200">
99
  <i data-feather="plus"></i>
100
  <span>Nouveau Véhicule</span>
101
- </button>
102
- </div>
103
 
104
  <!-- Véhicules Table -->
105
  <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up">
 
95
  <input type="text" placeholder="Rechercher un véhicule..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
96
  <i data-feather="search" class="absolute left-3 top-2.5 text-gray-400"></i>
97
  </div>
98
+ <a href="nouveau-vehicule.html" class="bg-blue-600 text-white px-4 py-2 rounded-lg flex items-center space-x-2 hover:bg-blue-700 transition duration-200">
99
  <i data-feather="plus"></i>
100
  <span>Nouveau Véhicule</span>
101
+ </a>
102
+ </div>
103
 
104
  <!-- Véhicules Table -->
105
  <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up">