Ajout de la page contact

This commit is contained in:
Fougère 2026-01-24 15:14:42 +01:00
parent 2ae53d4997
commit 1f72a3a976
5 changed files with 85 additions and 2 deletions

View file

@ -1,4 +1,5 @@
<html lang="en">
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
@ -14,8 +15,9 @@
<body>
<nav>
<a href="index.html">maison</a>
<a href="guide.html" >guide</a>
<a href="guide.html">guide</a>
<a href="poster.html" class="current">poster</a>
<a href="contact.html">contact</a>
</nav>