diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-07-31 16:08:19 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-07-31 16:08:19 +0200 |
| commit | eb642afd922cf1edd0dc977e1be49ee45c1d1a6f (patch) | |
| tree | 812191b9945ae1ba997520ac54185d58de2bf234 /membres.html | |
| parent | c0a2450b43156b7e03f26de42159c47428808e90 (diff) | |
feat: navbar
Diffstat (limited to 'membres.html')
| -rw-r--r-- | membres.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/membres.html b/membres.html index cea632d..025715a 100644 --- a/membres.html +++ b/membres.html @@ -6,6 +6,12 @@ <meta content="text/html; charset=utf-8" http-equiv="content-type" /> </head> <body> + <nav> + <a href="index.html">Retour<img src="https://momg.neocities.org/gifs/i-47092.gif" ></a> + <a href="#">Le groupe<img + src="https://momg.neocities.org/gifs/i-8483.gif"></a> + <a href="dates.html">Les dates<img src="https://momg.neocities.org/gifs/i-28896.gif"></a> + </nav> <div class="content"> <h1>Membres du groupe</h1> <div class="zikos"> @@ -48,7 +54,6 @@ </div> </div> </div> - <a href="index.html" class="return"><img src="https://momg.neocities.org/gifs/i-47092.gif" ></a> </body> </html> |
