SAE_WEB_S1/index.html
2023-12-28 17:23:12 +01:00

55 lines
848 B
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>
<!--
en-tête de page
-->
<nav>
<img id="icone" src="img/icon.png" alt="icone du site">
<ul>
<li> <a href= "" class="page">Page 1 </a></li>
<li> <a href= "" class="page">Page 2 </a></li>
<li> <a href= "" class="page">Page 3 </a> </li>
<li> <a href= "" class="page">Page 4 </a></li>
</ul>
</nav>
</header>
<main>
<details> aa </details>
<!--
Contenu principal
-->
</main>
<footer>
<!--
Pied de page
-->
</footer>
</body>
</html>