We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270ede8 commit 23fa2ddCopy full SHA for 23fa2dd
contact.html
@@ -9,6 +9,15 @@
9
10
</head>
11
<body>
12
+ <header>
13
+ <nav>
14
+ <ul>
15
+ <li><a href="index.html">Accueil</a></li>
16
+ <li><a href="contact.html">Contact</a></li>
17
+ </ul>
18
+ </nav>
19
+ </header>
20
+
21
<section id="contact">
22
<h2>Contact</h2>
23
accueil.html index.html
@@ -7,7 +7,15 @@
7
<title>Page d'accueil</title>
8
<h1>Accueil</h1>
<img src="https://www.untruc.net/wp-content/uploads/2020/09/maxresdefault-2.jpg" width="500">
</body>
-</html>
+</html>
0 commit comments