diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-08-18 23:00:41 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-08-18 23:00:41 +0200 |
| commit | 29ab874fc699c1d7bf9042d284539b0a7eea376d (patch) | |
| tree | 7804fb41fca939515238e145b7e2cf551aa06a86 /membres.html | |
| parent | 5fb8e842d0634fc694f28d89d084b2cb467b9c15 (diff) | |
| parent | 8364f786783ffe93d72d6803af9f918bdc4ee0cf (diff) | |
Merge branch 'main' of github.com:Laitram31/runninggags
Diffstat (limited to 'membres.html')
| -rw-r--r-- | membres.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/membres.html b/membres.html index cea632d..621c819 100644 --- a/membres.html +++ b/membres.html @@ -6,6 +6,11 @@ <meta content="text/html; charset=utf-8" http-equiv="content-type" /> </head> <body> + <nav> + <a href="index.html">Retour</a> + <a href="#">Le groupe</a> + <a href="dates.html">Nos dates</a> + </nav> <div class="content"> <h1>Membres du groupe</h1> <div class="zikos"> @@ -48,7 +53,6 @@ </div> </div> </div> - <a href="index.html" class="return"><img src="https://momg.neocities.org/gifs/i-47092.gif" ></a> </body> </html> |
