diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-04 11:04:40 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-04 11:04:40 +0200 |
| commit | e65183f0106c51834c3fd96f6a03a78953582147 (patch) | |
| tree | 2eac7a8e2b15c4c3972e14329f3ae954d669fe28 /dates.html | |
| parent | de66f21bc991b5eb5dc90296431901bae95de1fc (diff) | |
feat: template de dates
Diffstat (limited to 'dates.html')
| -rw-r--r-- | dates.html | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ <link rel="stylesheet" type="text/css" href="./style.css" /> </head> <body> + <div class="content"> + <div class="date"> + <p class="date-desc">Rencontres musicales</p> + <div> + <hr> + <p>--------<br>€€</p> + </div> + </div> + <div class="date"> + <p class="date-desc">Concert privé<br>St Martin Je Sais Plus Quoi</p> + <div> + <hr> + <p>28-08-23<br>Entrée privée</p> + </div> + </div> + </div> </body> <a href="index.html" class="return">Retour</a> </html> |
