From 7402f098ad9438c713e32ff05240a649b0ddfc1a Mon Sep 17 00:00:00 2001
From: Nicolas Paschoud <nicolas.paschoud@etu.hesge.ch>
Date: Tue, 17 Dec 2019 18:27:37 +0100
Subject: [PATCH] New content

---
 projet/front/index.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/projet/front/index.html b/projet/front/index.html
index 3c72270..fdc23a8 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>
-- 
GitLab