fix issue link html

This commit is contained in:
p2405951
2025-06-21 11:27:52 +02:00
parent 2f1b9b2097
commit 699643741c
6 changed files with 148 additions and 372 deletions
+3 -5
View File
@@ -8,7 +8,6 @@
font-family: Arial;
margin: 40px;
background-color: whitesmoke;
}
h1 {
text-align: center;
@@ -30,7 +29,7 @@
transition: background-color 0.3s ease;
}
li:hover {
background-color:black;
background-color: black;
}
a {
text-decoration: none;
@@ -46,8 +45,7 @@
<body>
<h1>Liste des parcours</h1>
<ul>
<li><a href="./pages/parcours0.html">azea</a></li>
<li><a href="./pages/parcours1.html">parcous123</a></li>
</ul>
<li><a href="pages/parcours_Bourg.html">Bourg </a></li>
</ul>
</body>
</html>