1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/index.html

36 lines
1.1 KiB
HTML
Raw Normal View History

2019-11-20 11:09:01 +01:00
<!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>