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-10 15:42:45 +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" >
< a href = "/" class = "logo" > KYFLO< / a >
< 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-13 13:03:48 +01:00
< li > < input type = "text" placeholder = "Rechercher..." > < / li >
2019-12-11 21:33:44 +01:00
< li > < a href = "#" > A propos< / a > < / li >
< li > < a href = "#" > Contact< / a > < / li >
< li > < a href = "#" > Panier< / a > < / li >
< / ul >
2019-12-13 13:03:48 +01:00
< / header >
< div class = "top" >
< h1 > Bienvenue sur le site de KyFlo !< / h1 >
< h2 > Vendeur de robot depuis 2005< / h2 >
< / div >
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-12 11:10:56 +01:00
< div class = "content" >
2019-12-13 13:03:48 +01:00
< h1 > Tous nos produits :< / h1 >
2019-12-12 11:10:56 +01:00
< / div >
2019-12-13 13:03:48 +01:00
< div class = "flex-container" >
< div class = "ok" > < a href = "Assets/Pages/Produits/nao.html" > < img src = "Assets/Images/Produits/nao.png" alt > < p > Nao< / p > < / a > < / div >
< div > < div class = "rupt" > Rutpure de stock< / div > < a href = "#" > < img class = "out" src = "Assets/Images/Produits/valkyrie.png" alt > < p > Valkyrie< / p > < / a > < / div >
< div class = "ok" > < a href = "Assets/Pages/Produits/r2d2.html" > < img src = "Assets/Images/Produits/pepper.png" alt > < p > Pepper< / p > < / a > < / div >
< div > < div class = "rupt" > Rupture de stock< / div > < a href = "#" > < img class = "out" src = "Assets/Images/Produits/soldat.png" alt > < p > Soldat< / p > < / a > < / div >
< div class = "ok" > < div class = "spec" > N°1 des ventes< / div > < a href = "Assets/Pages/Produits/r2d2.html" > < img src = "Assets/Images/Produits/r2d2.png" alt > < p > R2D2< / p > < / a > < / div >
< div class = "ok" > < a href = "Assets/Pages/Produits/r2d2.html" > < img src = "Assets/Images/Produits/terminator.png" alt > < p > Terminator< / p > < / a > < / 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 >