27 lines
No EOL
884 B
HTML
27 lines
No EOL
884 B
HTML
<!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 id="nav">
|
|
<div class="topnav">
|
|
<a id ="kyflo" class="active" href="#home">KyFlo</a>
|
|
<a id ="nous" href="#nous">A propos</a>
|
|
<a id ="contactN" href="contact.html">Contact</a>
|
|
<a id ="panier" href="checkout.html"><img src="Images/cart.png" alt></a>
|
|
<input type="text" placeholder="Rechercher...">
|
|
</div>
|
|
</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> |