diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-16 16:38:52 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-16 16:38:52 +0200 |
| commit | 9137cfd95b09c7d113e745f04e06d0e66ca64b6d (patch) | |
| tree | 40fe29599c3cd557ef1f4fa379b3c6da559ceb70 /index.html | |
| parent | ee187af3dafc9be535ccde26badbdd9ce63a607a (diff) | |
feat: index.html à peu près pleine, texte dans moa.html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -7,13 +7,22 @@ </head> <body> <h1>Marcellus</h1> + <a href="en/index.html" class="language">🤮🇬🇧</a> <div class="links"> - <a href="#" class="link"> - <img src=img/aboutme.png /> + <a href="moa.html" class="link"> + <img src=img/aboutme.png width=60% /> <span>Qui suis-je ?</span> </a> - <a href="#" class="link">Informatique</a> - <a href="#" class="link">Musique</a> + </div> + <div class="links"> + <a href="#" class="link"> + + <span>Informatique</span> + </a> + <a href="#" class="link"> + <img src=img/music.png width=60% /> + <span>Musique</span> + </a> </div> </body> </html> |
