diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-05-21 22:07:15 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-05-21 22:07:15 +0200 |
| commit | 704eb53dcd9ea56da5ed935a06896de682cfd32a (patch) | |
| tree | 92d3596cdaf63afe4979185978fe76615d1c7e74 /index.html | |
| parent | 4ce1b4bc57f3f098a58cd5a69147ed46e151a868 (diff) | |
feat: added icon changes on front page
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,11 +33,11 @@ </div> <div class="links"> <a href="info.html" class="link"> - <img src="img/info.gif" width="60%"> + <img src="img/info.gif" onmouseover="replaceImage(1, 'img/ds.gif')" onmouseout="replaceImage(1, 'img/info.gif')"width="60%"> <span>Informatique</span> </a> <a href="musique.html" class="link"> - <img src=img/music.png width=60% /> + <img src=img/music.png onmouseover="replaceImage(2, 'img/w800.png')" onmouseout="replaceImage(2, 'img/music.png')" width=60% /> <span>Musique</span> </a> </div> |
