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/Assets/Pages/Autres/search_result.html
KEZEL BENOIT p1907091 10b8358a66 Rework des dossiers
2019-11-26 08:50:41 +01:00

60 lines
No EOL
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Kyflo</title>
<link rel="stylesheet" type="text/css" href="../../css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<nav id="nav">
<div class="topnav">
<a id ="kyflo" class="active" href="../../../index.html">KyFlo</a>
<a id ="nous" href="nous.html">A propos</a>
<a id ="contactN" href="contact.html">Contact</a>
<a id ="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt></a>
<a id="loupe" href="search_result.html">GO</a>
<input type="text" placeholder="Rechercher sur tout le site...">
</div>
</nav>
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
<div id="content">
<div id="produits">
<h1>Résultats pour la recherche "robot guerrier":</h1>
<div class="flex-container">
<div><a href="#"><img src="../../Images/Produits/soldat.png" alt><h3>Robot soldat</h3><h4>200€</h4></a></div>
<div><a href="#"><img src="../../Images/Produits/valkyrie.png" alt><h3>Robot valkyrie</h3><h4>300€</h4></a></div>
<div><a href="../Produits/terminator.html"><img src="../../Images/Produits/terminator.png" alt><h3>Robot Terminator</h3><h4>50 000€</h4></a></div>
</div>
</div>
</div>
<footer>
<div id="acces">
<table>
<tbody>
<tr>
<th>Accès rapide</th><th id="line"></th><th>Une question ?</th>
</tr>
<tr>
<td><a href="../../../index.html">Accueil</a></td>
<td><a href="../../../index.html#slider">Nos Promotions</a></td>
<td></td>
</tr>
<tr>
<td><a href="../../../index.html#produits">Nos Produits</a></td>
<td><a href="checkout.html">Votre panier</a></td>
<td id="contact"><button onclick="window.location.href='contact.html'" id="contactB">Nous contacter</button></td>
</tr>
</tbody>
</table>
</div>
</footer>
</body>
</html>