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 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">
|
|
|
|
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
|
|
|
</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-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 14:39:33 +01:00
|
|
|
<li><a href="https://twitter.com" target="_blank" alt= "logo twitter"> <img src="../img/icone/twitter.svg"></a></li>
|
|
|
|
<li><a href="https://instagram.com" target="_blank" alt= "logo instagram"> <img src="../img/icone/instagram.svg"></a></li>
|
|
|
|
<li><a href="https://tiktok.com" target="_blank" alt= "logo tiktok"> <img src="../img/icone/tiktok.svg"></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>
|
|
|
|
<img src="../img/icone/location.svg">
|
|
|
|
<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>
|