1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>produits</title>
<link rel="stylesheet" href="css/fichier.css" />
<script src="js/jquery-1.7.min.js" type="text/javascript" ></script>
<script src="js/produit.js" type="text/javascript" ></script>
</head>
<body>
<div id="page">
<div id="header">
<div id="bandeau">
<h1> ROBOTWITHME </h1>
</div>
<div id="menu">
<ul>
<li> <a href= "about_us.html"> about us </a> </li>
<li> <a href= "produits.html"> products </a> </li>
<li> <a href= "inscription.html"> inscription </a> </li>
<li> <a href= "connexion.html"> connexion </a> </li>
</ul>
</div>
</div>
</div>
</body>
</html> |