SAE_WEB_S1/index.html

55 lines
848 B
HTML
Raw Normal View History

2023-12-28 12:03:46 +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">
2023-12-28 17:23:12 +01:00
<link rel = "icon" type = "image/png" href = "img/icon.png">
2023-12-28 12:03:46 +01:00
</head>
<body>
<header>
<!--
en-tête de page
-->
2023-12-28 17:23:12 +01:00
<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>
2023-12-28 12:03:46 +01:00
</header>
<main>
<details> aa </details>
<!--
Contenu principal
-->
</main>
<footer>
<!--
Pied de page
-->
</footer>
</body>
</html>