diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-07-08 14:44:13 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-07-08 14:44:13 +0200 |
| commit | 2c269250677a808b7c0abc0e7bbf8a440ffeeb1f (patch) | |
| tree | abcad541abab533580a93f7d54b7c2d5beeddb7b /index.html | |
| parent | 156302fded32688a0dd38083673e20e5977ef9c3 (diff) | |
fix: fixed horizontal scrolling
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,17 +9,17 @@ <h1>Marcellus</h1> <a href="en/index.html" class="language">🤮🇬🇧</a> <div class="links"> - <a href="moa.html#aboutme" class="link"> + <a href="pages.html#aboutme" class="link"> <img src=img/aboutme.png width=60% /> <span>Qui suis-je ?</span> </a> </div> <div class="links"> - <a href="moa.html#it" class="link"> + <a href="pages.html#it" class="link"> <img src="https://www.your3dsource.com/images/laptopB.gif"> <span>Informatique</span> </a> - <a href="moa.html#music" class="link"> + <a href="pages.html#music" class="link"> <img src=img/music.png width=60% /> <span>Musique</span> </a> |
