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" />
|
2019-12-15 00:10:42 +01:00
|
|
|
|
<title>Kyflo - hewo</title>
|
2019-11-26 08:50:41 +01:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="Assets/css.css">
|
2019-11-27 10:36:44 +01:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="Assets/resp.css">
|
2019-11-23 15:49:48 +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-12-11 21:33:44 +01:00
|
|
|
|
<header class="header">
|
2019-12-15 00:10:42 +01:00
|
|
|
|
<a href="/" class="logo">KYFLO</a>
|
2019-12-11 21:33:44 +01:00
|
|
|
|
<input class="menu-btn" type="checkbox" id="menu-btn"/>
|
|
|
|
|
<label class="menu-icon" for="menu-btn"><span class="nav-icon"></span></label>
|
|
|
|
|
<ul class="menu">
|
2019-12-15 00:10:42 +01:00
|
|
|
|
<li><a href="#">A propos</a></li>
|
2019-12-15 00:10:36 +01:00
|
|
|
|
<li><a href="#">Contact</a></li>
|
|
|
|
|
<li><a href="#">Panier</a></li>
|
2019-12-11 21:33:44 +01:00
|
|
|
|
</ul>
|
2019-12-15 00:10:44 +01:00
|
|
|
|
</header>
|
2019-12-12 07:45:52 +01:00
|
|
|
|
<div id="slider">
|
2019-11-20 11:09:01 +01:00
|
|
|
|
<figure>
|
2019-11-26 08:50:41 +01:00
|
|
|
|
<a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Promotions/promo1.png" alt></a>
|
|
|
|
|
<a href="Assets/Pages/Produits/pepper.html"><img src="Assets/Images/Promotions/promo2.png" alt></a>
|
|
|
|
|
<a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Promotions/promo3.png" alt></a>
|
|
|
|
|
<a href="Assets/Pages/Produits/terminator.html"><img src="Assets/Images/Promotions/promo4.png" alt></a>
|
|
|
|
|
<a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Promotions/promo1.png" alt></a>
|
2019-11-20 11:09:01 +01:00
|
|
|
|
</figure>
|
2019-12-12 07:45:52 +01:00
|
|
|
|
</div>
|
2019-12-15 00:10:49 +01:00
|
|
|
|
|
|
|
|
|
<div class="flex-container">
|
|
|
|
|
<div>Robot Nao</div>
|
|
|
|
|
<div>Robot Valkyrie</div>
|
|
|
|
|
<div>Robot Terminator</div>
|
|
|
|
|
<div>Robot x</div>
|
|
|
|
|
<div>Robot y</div>
|
|
|
|
|
</div>
|
2019-11-20 11:09:01 +01:00
|
|
|
|
|
|
|
|
|
</body>
|
2019-11-27 10:36:44 +01:00
|
|
|
|
|
2019-12-10 15:42:45 +01:00
|
|
|
|
</html>
|