63 lines
2.2 KiB
HTML
63 lines
2.2 KiB
HTML
<!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">
|
|
<meta name="keywords" content="casino">
|
|
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
|
|
|
|
<div id="menu-ordi">
|
|
|
|
<nav>
|
|
<a href="#"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
|
|
<ul>
|
|
<li> <a href= "../index.html" class="page" ><button class="button" type="buton" value="Accueil"> Accueil</button></a></li>
|
|
<li> <a href= "#" class="page" ><button class="button" type="buton" value="Nos jeux" id="page_courante">Nos jeux</button> </a></li>
|
|
<li> <a href= "page_3.html" class="page"><button class="button" type="buton" value="Nos partenaires">Nos partenaires</button> </a> </li>
|
|
<li> <a href= "page_4.html" class="page"><button class="button" type="buton" value="A propos de nous"> A propos de nous</button> </a></li>
|
|
<li> <a href= "contact.html" class="page"><button class="button" type="buton" value="A propos de nous"> Contact</button> </a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<footer>
|
|
|
|
<div id="reseaux">
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://twitter.com" target="_blank"> <img src="img/icone/twitter.svg"></a></li>
|
|
<li><a href="https://instagram.com" target="_blank"> <img src="img/icone/instagram.svg"></a></li>
|
|
<li><a href="https://tiktok.com" target="_blank"> <img src="img/icone/tiktok.svg"></a></li>
|
|
</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>
|
|
<li><a href="credits.txt" target="_blank">Crédits</a></li>
|
|
<li><a href="charte_graphique" target="_blank">Charte graphique</a></li>
|
|
</ul>
|
|
</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>
|
|
|
|
|
|
<a href="#"><img id="icone" src="../img/logo.svg" alt="icone du site"></a>
|
|
</footer>
|
|
</body> |