You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.6 KiB
66 lines
2.6 KiB
3 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<title>Le Manoir Discotèque</title>
|
||
|
<meta charset="utf-8">
|
||
|
<link href="stylepage.css" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<header>
|
||
|
<header>
|
||
|
<div class="inner">
|
||
|
<div class="logo">
|
||
|
<div>
|
||
|
<img src="logo.jpg" alt="logo">
|
||
|
</div>
|
||
|
</div>
|
||
|
<nav>
|
||
|
|
||
|
<li><span> <a href="manoir.html"> Présentation </a></span> </li>
|
||
|
<li><span> <a href="theme.html"> Thèmes </a></span> </li>
|
||
|
<li> <span><a href="bar.html"> Bar </a></span> </li>
|
||
|
<li> <span><a href="apropos.html" class="button"> Contact </a></span> </li>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<article>
|
||
|
<h2> Au bar</h2>
|
||
|
<div class="bar">
|
||
|
<div class="menu">
|
||
|
<li><h2>Disponible Au Bar :</h2></li>
|
||
|
<li><img src="6-verres-a-shot-soplica.jpg" alt="shoot" width="200" height="200">
|
||
|
<li><h3>Shooter : 3 € / shooter</h3></li>
|
||
|
<li><h3>Verre 25cL : 7 €</h3></li>
|
||
|
<li><img src="poliakov-07l-vodka.png" alt="polia" width="100" height="100">
|
||
|
<img src="CaptainMorganSpiced1Lpng_9ac0e250-d9e7-4aa0-bf1e-a3f056c43a32_300x450.png" alt="captain" width="70" height="100">
|
||
|
<img src="jagermeister-1l.jpg" alt="jager" width="100" height="100"></li>
|
||
|
<li><h3> Poliakov / Captain Morgan / Jägermeister 0.70L : 80 €</h3></li>
|
||
|
<li><img src="téléchargé.jpeg" alt="goose" width="80" height="105">
|
||
|
<img src="magnum-vodka-belvedere.png" alt="belve" width="110" height="100">
|
||
|
<img src="Absolute-Vodka-1.png" alt="abso" width="100" height="100">
|
||
|
<li><h3> Grey Goose / Belvedere / Absolute Vodka 1,75L : 230 € </h3></li>
|
||
|
<li><img src="téléchargé.jpeg" alt="goose" width="80" height="105">
|
||
|
<img src="magnum-vodka-belvedere.png" alt="belve" width="100" height="100">
|
||
|
<li><h3>Grey Goose / Belvedere 3L : 450 € </h3></li>
|
||
|
<li><h3>panini : 5 € </h3></li>
|
||
|
</div>
|
||
|
<div class="video-bar">
|
||
|
<h2> Quelques souvenirs personnels:</h2>
|
||
|
<video controls src="videomanoir.mov">Le texte à afficher si la vidéo ne se charge pas</video>
|
||
|
<video controls src="videoduvoleur.mov">Le texte à afficher si la vidéo ne se charge pas</video>
|
||
|
</div>
|
||
|
</div>
|
||
|
<footer>
|
||
|
<div class="footer-content">
|
||
|
<h3> Le Manoir Discotèque </h3>
|
||
|
</div>
|
||
|
<div class="footer-bottom">
|
||
|
<p>Copyright © 2021 Le Manoir Discotèque. Designed by <span>Matéo PONS</span></p>
|
||
|
</div>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|