44 lines
545 B
HTML
44 lines
545 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 = "icon.png">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<!--
|
|
en-tête de page
|
|
-->
|
|
|
|
<nav> test </nav>
|
|
</header>
|
|
|
|
<main>
|
|
<details> aa </details>
|
|
<!--
|
|
Contenu principal
|
|
-->
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<!--
|
|
Pied de page
|
|
-->
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|