diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-02-15 12:08:37 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-02-15 12:08:37 +0200 |
| commit | 5fdebd8f5031dd3aee5c795826451ad8ccaa1bdd (patch) | |
| tree | ab5199c1ee4b0b1d90cc7586434dd8cc6c5fdac9 /index.html | |
| parent | baff115a338a88ca3216aafa3467ebda267cd69c (diff) | |
update: tried javascript, added a site to the ring
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -8,8 +8,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" type="text/css" href="./style.css" /> <link rel="icon" type="favicon/ico" href="img/mii.ico"> + <script src="script.js"></script> </head> <body class="index"> + <!--TODO : Download images instead of hotlinking--> <p style="position: absolute; top:50%; left: 15%; text-align: center; transform: rotate(-45deg);">Trop d'ordre sur cette page...</p> <a style="position: absolute; top : 20%; left: 25%"href="https://tamanotchi.world/8103c"> <img src="https://tamanotchi.world/i2/8103" alt="It's tamaNOTchi! Click to feed!"> @@ -25,21 +27,21 @@ <a href="en/index.html" class="language">🤮🇬🇧</a> <div class="links"> <a href="main.html" class="link"> - <img class="linkimg1" src=img/aboutme.png width=60% /> + <img src=img/me.png onmouseover="replaceImage(0, 'img/mii.png')" onmouseout="replaceImage(0, 'img/me.png')" width=60% /> <span>Qui suis-je ?</span> </a> </div> <div class="links"> <a href="info.html" class="link"> - <img class="linkimg2" src="https://www.your3dsource.com/images/laptopB.gif" width="60%"> + <img src="img/info.gif" width="60%"> <span>Informatique</span> </a> <a href="musique.html" class="link"> - <img class="linkimg3" src=img/music.png width=60% /> + <img src=img/music.png width=60% /> <span>Musique</span> </a> </div> - SITE EN CONTRUCTION, COMME MOI + ⚠️SITE EN CONTRUCTION, COMME MOI⚠️ <div> <a href="https://www.imood.com/users/Marcellus"><img src="https://moods.imood.com/display/uname-Marcellus/fg-80FF00/trans-1/imood.gif" alt="The current mood of Marcellus at www.imood.com" border="0"></a> <small><small><small><a href="log.html" style="position: absolute; bottom:0; right:0;">trop long pas lire</a></small></small></small> |
