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/trompettiste.html

18 lines
413 B
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></a>
<a href="checkout.html"><img id="panier" src="Images/cart.png" alt></a>
</nav>
</body>
</html>