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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
| <!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="fr"> <!--<![endif]-->
<head>
<meta http-equiv="content-type" charset="UTF-8" content="text/html">
<title>MMT DALAL Frères</title>
<link rel="stylesheet" type="<text/css" href="css/site.css" />
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<img src="img/logo.jpg" alt="logo">
<h1 class="maj">mmt dalal</h1>
<form class="formLang">
<label for="l"><span class="maj">c</span>hoisissez votre langue :</label>
<select class="selLang" name="l">
<option value="fr" selected="true"><span class="maj">f</span>rançais</option>
<option value="en"><span class="maj">e</span>nglish</option>
</select>
</form>
<nav>
<a class="ent">Notre Entreprise</a>
<a class="prù">Nos Produits</a>
<a class="cli">Notre Clientèle</a>
<a class="mar">Nos Marchés</a>
<a class="tem">Témoignages</a>
<a class="con" href="mailto:mamodaly.dalal@wanadoo.fr">Contactez-nous</a>
</nav>
. </header>
<section>
<aside>
<ul>
<li></li>
<li></li>
<li>
</li>
</ul>
</aside>
<article></article>
</section>
<footer>
</footer>
<script type="text/javascript" src="js/site.js"></script>
</body>
</html> |