1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/commentaire.html

22 lines
758 B
HTML
Raw Normal View History

2019-11-20 11:09:01 +01:00
<!DOCTYPE html>
<html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<nav>
<a href="index.html"><img src="Images/logo.png" alt></a>
<a href="checkout.html"><img id="panier" src="Images/cart.png" alt></a>
<a href="search_result.html"><img id ="loupe" src="Images/Produits/loupe.png" alt></a>
</nav>
<div id="Merci">
<h1>Merci beaucoup pour votre réponse ! Votre commentaire a été pris en compte !</h1>
<img src="Images/Produits/pouce.png" alt>
<h2><a href="index.html">Retourner a l'accueil</a></h2>
</div>
</body>
</html>