From 8e4be6a1c3905749488f6b157db007762b764b6c Mon Sep 17 00:00:00 2001 From: Alexander Bassett <alexander.bassett.etu@univ-lille.fr> Date: Wed, 23 Feb 2022 08:06:26 +0100 Subject: [PATCH] Update index.html --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d6ff78f..5b11a0b 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,6 @@ <button id="qbutton">Search</button> </form> <ul class="mainMenu"> - <!--<li><a href="/" class="pizzaListLink">La carte</a></li> - <li><a href="/a-propos" class="aboutLink">À propos</a></li> - <li><a href="/ajouter-pizza" class="pizzaFormLink">Ajouter une pizza</a></li>!--> </ul> </nav> </header> @@ -31,8 +28,7 @@ <div class="pageContent"></div> </section> <footer> - <div>Une (incroyable) création originale de <a href="http://uidlt.fr">Thomas Fritsch</a> pour l'<a href="https://www.iut-a.univ-lille.fr/">IUT A</a> de l'<a href="https://www.univ-lille.fr/">Université de Lille</a></div> - <div>Free photos from <a href="https://unsplash.com/unsplash">Unsplash</a></div> + <div> created by Alexander Bassett </div> </footer> </body> -</html> \ No newline at end of file +</html> -- GitLab