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>
|
|
|
|
|
|
|
|
|
|
|
|
<a href="#"><img id="icone" src="../img/icon.png" alt="icone du site"></a>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li> <a href= "../" class="page"><p>Page 1</p> </a></li>
|
|
|
|
<li> <a href= "#" class="page"><p>Page 2</p> </a></li>
|
|
|
|
<li> <a href= "page_3.html" class="page"><p>Page 3</p> </a> </li>
|
|
|
|
<li> <a href= "page_4.html" class="page"><p>Page 4</p> </a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
</body>
|