InsulineSodarameme/header.php

19 lines
1.1 KiB
PHP
Raw Normal View History

2022-12-15 17:42:13 +01:00
<header>
<img class=rotate src="img/roue.png" alt="">
<img class=rotate2 src="img/roue.png" alt="">
2023-01-04 18:10:14 +01:00
<img class=Titre src="img/Insuline.png" alt="Créé par Simon Catanese, propriété intellectuelle de Sodaramel®">
2022-12-15 17:42:13 +01:00
<p class="intro">Insuline, quand le caramel ne suffit plus !</p>
<nav class="navbar">
<ul>
2023-01-04 18:10:14 +01:00
<li><a id="tab" href="index.php">Accueil</a></li>
2022-12-16 15:47:44 +01:00
<li><a class="active" id="tab" href="../Produits/cat_all.html">Tous les memes</a></li>
2022-12-15 17:42:13 +01:00
<li><a id="tab" href="../Produits/categories.html">Catégories</a></li>
2023-01-06 16:05:00 +01:00
<li><a id="tab" href="../upload.html">Poster un meme</a></li>
2022-12-15 17:42:13 +01:00
<li><a id="tab" href="../faq.html">F.A.Q</a></li>
<li><a id="tab" href="../about.html">Qui sommes-nous ?</a></li>
<li><a id="tab" href="../contact.html">Nous contacter</a></li>
<li><a id="login" href="../login.html"><img src="../img/login.png" alt="" width="40px"></a> </li>
<li><a id="panier" href="../panier1.html"><img src="../img/panier.png" alt="" width="40px"></a> </li>
</ul>
</nav>
</header>