This commit is contained in:
2023-12-28 17:23:12 +01:00
parent 492eb70ec8
commit 1f5bb9142f
2 changed files with 42 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<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">
<link rel = "icon" type = "image/png" href = "img/icon.png">
</head>
<body>
@@ -17,7 +17,18 @@
en-tête de page
-->
<nav> test </nav>
<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>