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">
|
|
|
|
<meta name="keywords" content="casino">
|
|
|
|
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
|
|
|
|
|
|
|
|
<nav>
|
|
|
|
|
|
|
|
|
2024-01-03 18:38:44 +01:00
|
|
|
<a href="../"><img id="icone" src="../img/icon.png" alt="icone du site"></a>
|
2024-01-02 15:51:16 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
2024-01-08 17:25:37 +01:00
|
|
|
<li> <a href= "../index.html" class="page"><p>Acceuil</p> </a></li>
|
|
|
|
<li> <a href= "page_2.html" class="page"><p>Nos jeux</p> </a></li>
|
|
|
|
<li> <a href= "page_3.html" class="page"><p>Nos partenaire</p> </a> </li>
|
|
|
|
<li> <a href= "#" class="page" id="page_courante"><p>A propos de nous</p> </a></li>
|
2024-01-02 15:51:16 +01:00
|
|
|
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
</body>
|