diff --git a/projet/front/index.html b/projet/front/index.html
index 3c7227065465f9ff1334ce835347323f361b7c1f..fdc23a8bbf06791cff4738c4ebb186db3ca5f409 100644
--- a/projet/front/index.html
+++ b/projet/front/index.html
@@ -11,12 +11,15 @@
     <h1>Hyperdrive</h1>
     <div id="hyperdrive">
         <div id="menu">
+            <h3>Menu</h3>
             <button><img src="/images/file_img.png" height="50px"></button>
         </div>
         <div id="drive">
+            <h3>Drive</h3>
             <button><img src="/images/folder_img.png" height="50px"></button>
         </div>
         <div id="info">
+            <h3>Infos</h3>
             <button><img src="/images/file_img.png" height="50px"></button>
         </div>
     </div>