2019-11-20 11:09:01 +01:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>Kyflo</title>
|
2019-12-16 13:46:12 +01:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/css.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../css/resp.css">
|
2019-11-24 13:07:57 +01:00
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
|
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
</head>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
<body>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-12-16 13:46:12 +01:00
|
|
|
|
<nav>
|
|
|
|
|
<a id="kyflo" class="active" href="../../../index.html">KyFlo</a>
|
|
|
|
|
<a class="raccourci" href="../../../index.html#nous">A propos</a>
|
|
|
|
|
<a class="raccourci" id="borL" href="../../../index.html#contact">Contact</a>
|
|
|
|
|
<a id="panier" href="checkout.html"><img src="../../Images/Icones/cart.png" alt><h3>Panier</h3></a>
|
|
|
|
|
<a id="go" href="search_result.html">GO</a>
|
|
|
|
|
<input type="text" placeholder="Rechercher sur tout le site...">
|
2019-11-27 10:36:44 +01:00
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
2019-12-15 00:10:57 +01:00
|
|
|
|
<button id="hautPage" onclick="window.location.href='#nav'"><img src="../../Images/Icones/arrow.png" alt></button>
|
2019-11-24 13:07:57 +01:00
|
|
|
|
<div id="content">
|
2019-12-16 13:46:12 +01:00
|
|
|
|
<div class="title">
|
2019-11-24 13:07:57 +01:00
|
|
|
|
<h1>Résultats pour la recherche "robot guerrier":</h1>
|
2019-12-16 13:46:12 +01:00
|
|
|
|
</div>
|
|
|
|
|
<div class="content">
|
2019-11-24 13:07:57 +01:00
|
|
|
|
<div class="flex-container">
|
2019-12-16 13:46:12 +01:00
|
|
|
|
<div class="out">
|
|
|
|
|
<h1>Rupture de stock</h1>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
<a href="#"><img src="../../Images/Produits/soldat.png" alt>
|
|
|
|
|
<h3>Robot soldat</h3>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2019-12-16 13:46:12 +01:00
|
|
|
|
<div class="out">
|
|
|
|
|
<h1>Rupture de stock</h1>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
<a href="#"><img src="../../Images/Produits/valkyrie.png" alt>
|
|
|
|
|
<h3>Robot valkyrie</h3>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<a href="../Produits/terminator.html"><img src="../../Images/Produits/terminator.png" alt>
|
|
|
|
|
<h3>Robot Terminator</h3>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2019-11-24 13:07:57 +01:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<footer>
|
|
|
|
|
<div id="acces">
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
<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>
|
2019-11-24 13:07:57 +01:00
|
|
|
|
</tbody>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
</table>
|
2019-11-24 13:07:57 +01:00
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2019-11-20 11:09:01 +01:00
|
|
|
|
|
|
|
|
|
</body>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-11-20 11:09:01 +01:00
|
|
|
|
</html>
|