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 /index.html | |
| parent | c0a2450b43156b7e03f26de42159c47428808e90 (diff) | |
feat: navbar
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -6,12 +6,9 @@ <meta charset="utf-8" /> </head> <body class="index"> - <h2>Bienvenue sur le site des Running Gags !</h2> + <h1>Bienvenue sur le site des Running Gags !</h1> <a class="button" href="membres.html"> - <div style="display: flex;"> <h3>Le groupe</h3> - <img src="https://momg.neocities.org/gifs/i-8483.gif" style="height: 25%;" > - </div> </a> <a class="button" href="dates.html"> <h3>Nos dates</h3> |
