fix issue link html
This commit is contained in:
+3
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user