diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-06-10 23:57:29 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-06-10 23:57:29 +0200 |
| commit | 966a0e5ded35251ed592cd0b8fbbb172de85a9ce (patch) | |
| tree | f5bb5994653bb5099d07dec9271eb6ce27d4ae3d /index.html | |
| parent | dc61312615e49768b1e88d84a385a7c758247c51 (diff) | |
| parent | 0d8796722de4424915f182a5709ac7416947933e (diff) | |
Merge branch 'main' of marcelus.net:runninggags
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -4,11 +4,6 @@ <title>Les Running Gags</title> <link rel="stylesheet" type="text/css" href="style.css" /> <meta charset="utf-8" /> - <script> - window.onload = () => { - window.location.replace("https://www.youtube.com/watch?v=dQw4w9WgXcQ&pp=ygUXbmV2ZXIgZ29ubmEgZ2l2ZSB5b3UgdXA%3D"); - } - </script> </head> <body class="index"> <h1>Bienvenue sur le site des Running Gags !</h1> @@ -18,6 +13,8 @@ <a class="button" href="dates.html"> <h3>Nos dates</h3> </a> - <small style="position: absolute; bottom : 10px ; left : 50%; transform: translateX(-50%);">Fait avec ❤️ par <a href="https://marcelus.net">Martial</a></small> + <small style="position: absolute; bottom : 10px ; left : 50%; transform: translateX(-50%);">Fait avec ❤️ par <a href="https://marcellus.cc">Martial</a> - + Contacts : <a href="mailto:lesrunninggags@outlook.fr">mail</a>, <a href="https://www.instagram.com/les_running_gags">Instagram</a> + </small> </body> </html> |
