summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-05-21 22:07:15 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-05-21 22:07:15 +0200
commit704eb53dcd9ea56da5ed935a06896de682cfd32a (patch)
tree92d3596cdaf63afe4979185978fe76615d1c7e74
parent4ce1b4bc57f3f098a58cd5a69147ed46e151a868 (diff)
feat: added icon changes on front page
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 773204d..e74cc0f 100644
--- a/index.html
+++ b/index.html
@@ -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>