diff options
Diffstat (limited to 'Page/Promos.html')
-rw-r--r-- | Page/Promos.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/Page/Promos.html b/Page/Promos.html new file mode 100644 index 0000000..288323f --- /dev/null +++ b/Page/Promos.html @@ -0,0 +1,92 @@ +<!DOCTYPE html> +<html> + + <head> + <meta charset="UTF-8"> + <script src="/analytics.js"></script> + <link rel="shortcut icon" href="/Images/icon.png"> + <link rel="stylesheet" type="text/css" href="/CSS/reset.css"> + <link rel="stylesheet" type="text/css" href="/CSS/font.css"> + <link rel="stylesheet" type="text/css" href="/CSS/menu.css"> + <link rel="stylesheet" type="text/css" href="/CSS/style.css"> + <title>Le meilleur du maquillage</title> + </head> + + <body> + <header> + <a href="/"> + <img src="/Images/logo2.png" alt="icône" /> + </a> + + <nav> + <ul> + <li> + <a href="/Page/Teint.html">Teint</a> + <ul> + <li><a href="/Page/Teint/Phase preparatoire.html">Phase préparatoire</a></li> + <li><a href="/Page/Teint/Primer et base.html">Primer et base</a></li> + <li><a href="/Page/Teint/BB Cream vs CC Cream.html">BB Cream vs CC Cream</a></li> + <li><a href="/Page/Teint/Fond de teint.html">Fond de teint</a></li> + <li><a href="/Page/Teint/Anti cernes.html">Anti-cernes</a></li> + <li><a href="/Page/Teint/Poudre libre.html">Poudre libre</a></li> + <li><a href="/Page/Teint/Poudre bronzante.html">Poudre bronzante</a></li> + <li><a href="/Page/Teint/Blush.html">Blush</a></li> + <li><a href="/Page/Teint/Contouring.html">Contouring</a></li> + </ul> + </li> + <li> + <a href="/Page/Yeux.html">Yeux</a> + <ul> + <li><a href="/Page/Yeux/Base.html">Base</a></li> + <li><a href="/Page/Yeux/Crayon.html">Crayon</a></li> + <li><a href="/Page/Yeux/Fard a paupieres.html">Fard à paupières</a></li> + <li><a href="/Page/Yeux/Eyeliner.html">Eye-liner</a></li> + <li><a href="/Page/Yeux/Mascara.html">Mascara</a></li> + <li><a href="/Page/Yeux/Faux cils.html">Faux cils</a></li> + <li><a href="/Page/Yeux/special yeux sensibles.html">Spécial "yeux sensibles"</a></li> + </ul> + </li> + <li> + <a href="/Page/Levres.html">Lèvres</a> + <ul> + <li><a href="/Page/Levres/Gloss.html">Gloss</a></li> + <li><a href="/Page/Levres/Rouge a levres.html">Rouge à lèvres</a></li> + </ul> + </li> + <li> + <a href="/Page/Accessoires.html">Accessoires</a> + <ul> + <li><a href="/Page/Accessoires/Eponges.html">Eponges</a></li> + <li><a href="/Page/Accessoires/Pinceaux.html">Pinceaux</a></li> + </ul> + </li> + <li> + <a href="/Page/Demaquillant.html">Démaquillant</a> + <ul> + <li><a href="/Page/Demaquillant/Visage.html">Visage</a></li> + <li><a href="/Page/Demaquillant/Yeux.html">Yeux</a></li> + </ul> + </li> + <li> + <a href="/Page/Promos.html">Promos</a> + </li> + </ul> + </nav> + </header> + + <div id="content"> +<h1 id="le-coin-promos">Le coin promos</h1> +<h2 id="sephora">Sephora</h2> +<p>Du 16/06/2015 au 30/06/2015, - 20 % en magasin et sur leur site. Code promo : <strong>FRSJUW</strong>.</p> +<h2 id="marionnaud">Marionnaud</h2> +<p>Jusqu'au 21/06/2015, - 20 % sur vos achats. Offre valable pour les affiliés (nécessite de renseigner le numéro de carte de fidélité). Non valable sur certains produits à 2 € et 5 €, ainsi que pour les produits "point rouge". Code promo : <strong>PERE20</strong>.</p> + </div> + + <footer> + <div class="contact"> + Contact : Auriane + </div> + </footer> + + </body> +</html> |