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-17 10:22:00 +01:00
|
|
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/contact.css">
|
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>
|
|
|
|
<a href="#"><img id="icone" src="img/logo.svg" alt="icone du site"></a>
|
2024-01-02 15:51:16 +01:00
|
|
|
|
2024-01-16 17:24:29 +01:00
|
|
|
<ul>
|
|
|
|
<li> <a href= "../index.html" class="page"><button class="button" type="buton"value="Accueil"> Accueil</button></a></li>
|
|
|
|
<li> <a href= "page_2.html" class="page" ><button class="button" type="buton" value="Nos jeux">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= "#" class="page"><button id="page_courante" class="button" type="buton" value="A propos de nous"> A propos de nous</button> </a></li>
|
2024-01-17 10:22:00 +01:00
|
|
|
<li> <a href= "contact.html" class="page"><button class="button" type="buton" value="A propos de nous"> Contact</button> </a></li>
|
2024-01-16 17:24:29 +01:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
2024-01-02 15:51:16 +01:00
|
|
|
</header>
|
|
|
|
</body>
|