49 lines
2 KiB
HTML
49 lines
2 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Kyflo - hewo</title>
|
|
<link rel="stylesheet" type="text/css" href="Assets/css.css">
|
|
<link rel="stylesheet" type="text/css" href="Assets/resp.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<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">
|
|
<li><a href="#">A propos</a></li>
|
|
<li><a href="#">Contact</a></li>
|
|
<li><a href="#">Panier</a></li>
|
|
</ul>
|
|
</header>
|
|
<div id="slider">
|
|
<figure>
|
|
<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>
|
|
</figure>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="flex-container">
|
|
<div><img src="Assets/Images/Produits/nao.png" alt><p>Nao</p></div>
|
|
<div><img src="Assets/Images/Produits/valkyrie.png" alt><p>Valkyrie</p></div>
|
|
<div><img src="Assets/Images/Produits/soldat.png" alt><p>Soldat</p></div>
|
|
<div><img src="Assets/Images/Produits/r2d2.png" alt><p>R2D2</p></div>
|
|
<div><img src="Assets/Images/Produits/pepper.png" alt><p>Pepper</p></div>
|
|
<div><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|