InsulineSodarameme/footer.php

27 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2022-12-15 17:42:13 +01:00
<footer>
<div class="divfooter">
<h3>Les conditions générales :</h3>
<hr class="hr-line">
2023-01-06 16:05:00 +01:00
<p>© 2022, Insuline.com, Insuline®, <a href="#">tous droits réservée.</a></p>
<p>Voir les <a href="#">Conditions générales d'utilisation</a><p>
2022-12-15 17:42:13 +01:00
</div>
<div class="divfooter">
<h3>Catégories importantes</h3>
<hr class="hr-line">
2023-01-06 16:05:00 +01:00
<p><a href="#">Foire au Questions</a></p>
<p><a href="#">Contact</a></p>
<p><a href="#">Qui sommes nous ?</a></p>
2022-12-15 17:42:13 +01:00
</div>
<div class="divfooter">
<h3>Nos réseaux sociaux:</h3>
<hr class="hr-line">
<a href="https://twitter.com/home"><img src="img/reseaux/twitter.png" alt="image de Twitter" height="20px" width="20px"></a>
<a href="https://youtube.com"><img src="img/reseaux/youtube.png" alt="image de Youtube" height="20px" width="20px"></a>
<a href="https://instagram.com"><img src="img/reseaux/instagram.png" alt="image de Instagram" height="20px" width="20px"></a>
<a href="https://facebook.com"><img src="img/reseaux/facebook.png" alt="image de facebook" height="20px" width="20px"></a>
</div>
<div class="divfooter">
<a href=#><img src="./img/arrow_up.png" alt="" width=50px></a>
<p>Retour en haut-de-page</p>
</div>
</footer>