2024-01-02 15:51:16 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<title> Casino du coeur </title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/styles.css">
|
2024-01-19 18:27:10 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../CSS/accueil.css">
|
2024-01-19 23:59:49 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="../CSS/jeux.css">
|
2024-01-19 10:33:58 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-01-02 15:51:16 +01:00
|
|
|
<meta name="keywords" content="casino">
|
2024-01-19 23:59:49 +01:00
|
|
|
<link rel = "icon" type = "image/png" href = "../img/icon.png">
|
2024-01-02 15:51:16 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
|
|
|
|
|
2024-01-16 17:24:29 +01:00
|
|
|
<div id="menu-ordi">
|
2024-01-02 15:51:16 +01:00
|
|
|
|
2024-01-16 17:24:29 +01:00
|
|
|
<nav>
|
2024-01-19 15:42:41 +01:00
|
|
|
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
2024-01-16 17:24:29 +01:00
|
|
|
|
|
|
|
<ul>
|
2024-01-19 15:42:41 +01:00
|
|
|
<li>
|
|
|
|
<button class="button" onclick="window.location.href='../index.html'"> Accueil</button>
|
|
|
|
</li>
|
|
|
|
<li> <button class="button page_courante" onclick="window.location.href='#'"> Nos jeux</button></li>
|
|
|
|
<li><button class="button" onclick="window.location.href='page_3.html'"> Nos partenaires</button> </li>
|
|
|
|
<li><button class="button" onclick="window.location.href='page_4.html'"> A propos de nous</button></li>
|
|
|
|
<li> <button class="button" onclick="window.location.href='contact.html'"> Contact</button></li>
|
2024-01-16 17:24:29 +01:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
2024-01-02 15:51:16 +01:00
|
|
|
</header>
|
2024-01-19 18:27:10 +01:00
|
|
|
<main class="nos jeux">
|
|
|
|
<h1>Nos jeux</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="img-txt">
|
|
|
|
<h2>Blackjack</h2>
|
|
|
|
<div class="img_gauche_txt_droite jeu">
|
|
|
|
<p>
|
|
|
|
Parmis nos nombreux jeux vous pourrez retrouver du blackjack
|
|
|
|
</p>
|
|
|
|
<img src="../img/blackjack.jpg" alt="blackjack">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Poker</h2>
|
|
|
|
|
|
|
|
<div class="img_droite_txt_gauche jeu">
|
|
|
|
<img src="../img/Comprendre-les-regles-du-poker.jpg" alt="poker">
|
|
|
|
<p>
|
|
|
|
Vous retrouverez aussi du poker et toutes ses variété
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Roulette</h2>
|
|
|
|
|
|
|
|
<div class="img_gauche_txt_droite jeu">
|
|
|
|
<p>
|
|
|
|
Vous pourrez aussi tentez votre chance a la roulette
|
|
|
|
</p>
|
|
|
|
<img src="../img/roulette.png" alt="roulette">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Machine a sous</h2>
|
|
|
|
<div class="img_gauche_txt_droite jeu">
|
|
|
|
|
|
|
|
<img src="../img/maichine_a_sous.jpg" alt="machine a sous">
|
|
|
|
<p>
|
|
|
|
Enfin vous aurez un immense choix parmis les machine a sous les plus connus
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
2024-01-17 15:00:54 +01:00
|
|
|
<footer>
|
|
|
|
|
2024-01-19 14:39:33 +01:00
|
|
|
|
2024-01-17 15:00:54 +01:00
|
|
|
<div id="reseaux">
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
2024-01-19 23:59:49 +01:00
|
|
|
<li><a href="https://twitter.com" target="_blank" > <img src="../img/icone/twitter.svg" alt= "logo twitter"></a></li>
|
|
|
|
<li><a href="https://instagram.com" target="_blank" > <img src="../img/icone/instagram.svg" alt= "logo instagram"></a></li>
|
|
|
|
<li><a href="https://tiktok.com" target="_blank" > <img src="../img/icone/tiktok.svg" alt= "logo tiktok"></a></li>
|
2024-01-17 15:00:54 +01:00
|
|
|
</ul>
|
|
|
|
<p> Suivez nos actualités !</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="autres">
|
|
|
|
<ul>
|
|
|
|
<li><a href="" target="_blank">Mentions légales</a></li>
|
|
|
|
<li><a href="" target="_blank">Conditions générales d'utilisation</a></li>
|
2024-01-19 14:39:33 +01:00
|
|
|
<li><a href="../credits.txt" target="_blank">Crédits</a></li>
|
|
|
|
<li><a href="../charte_graphique" target="_blank">Charte graphique</a></li>
|
2024-01-17 15:00:54 +01:00
|
|
|
</ul>
|
2024-01-19 14:39:33 +01:00
|
|
|
<p id="cp"> 2024 CasinoDuCoeur Izanic Hugo - Gallego Julian</p>
|
2024-01-17 15:00:54 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="coordonne">
|
|
|
|
|
|
|
|
<img src="../img/icone/envelope.svg" alt="icone d'enveloppe">
|
|
|
|
<p>Casinoducoeur@gmail.fr </p>
|
2024-01-19 23:59:49 +01:00
|
|
|
<img src="../img/icone/location.svg" alt="icone emplacement">
|
2024-01-17 15:00:54 +01:00
|
|
|
<p id="adresse"> 200 Rue du kwanga</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2024-01-19 15:42:41 +01:00
|
|
|
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
2024-01-19 14:39:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</footer>
|
2024-01-02 15:51:16 +01:00
|
|
|
</body>
|