36 lines
1.1 KiB
HTML
36 lines
1.1 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">
|
|||
|
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
|
|||
|
<nav>
|
|||
|
<a href="index.html"><img src="Images/logo.png" alt="logo"></a>
|
|||
|
<a href="checkout.html"><img id="panier" src="Images/cart.png" alt></a>
|
|||
|
<a href="search_result.html"><img id ="loupe" src="Images/Produits/loupe.png" alt></a>
|
|||
|
</nav>
|
|||
|
|
|||
|
<div id="bienvenue">
|
|||
|
<h1>Bienvenue sur le site de KyFlo !</h1>
|
|||
|
<h2>Vendeur de robot depuis 2010 !</h2>
|
|||
|
</div>
|
|||
|
|
|||
|
<div id="slider">
|
|||
|
<figure>
|
|||
|
<a href="nao.html"><img src="Images/Promotions/promo1.png" alt></a>
|
|||
|
<a href="pepper.html"><img src="Images/Promotions/promo2.png" alt></a>
|
|||
|
<a href="r2d2.html"><img src="Images/Promotions/promo3.png" alt></a>
|
|||
|
<a href="trompettiste.html"><img src="Images/Promotions/promo4.png" alt></a>
|
|||
|
<a href="nao.html"><img src="Images/Promotions/promo1.png" alt></a>
|
|||
|
|
|||
|
</figure>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|