SAE_WEB_S1/index.html

44 lines
545 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">
<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>