diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-21 01:01:48 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-21 01:01:48 +0200 |
| commit | 34619558be56f7abe75f4a57b82aebeebb100654 (patch) | |
| tree | d84c47556d26df9633e9e2e4dd322b433cee3169 /dates.html | |
| parent | ac09b60f62b6400ac7ceb7ce9189047ced4f4683 (diff) | |
| parent | ccd8b0380afdaec7402f7f17897e7b2ea504ac8a (diff) | |
Merge branch 'main' of marcelus.net:runninggags
Diffstat (limited to 'dates.html')
| -rw-r--r-- | dates.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -12,6 +12,7 @@ <a href="#">Nos dates</a> </nav> <div class="content"> + <h2>Passées :</h2> <div class="date"> <p class="date-desc">Rencontres musicales</p> <div> @@ -19,6 +20,14 @@ <p>19 août 2023<br>Entrée libre</p> </div> </div> + <h2>A venir :</h2> + <div class="date"> + <p class="date-desc">Big Teuf<br>--<br>Ecole de musique de Charly</p> + <div> + <hr> + <p>22 juin 2024<br>Entrée libre</p> + </div> + </div> </div> </body> </html> |
