diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-03-04 02:48:42 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-03-04 02:48:42 +0100 |
| commit | 6648f166552933abbd3627ca8d752f2ca3f5413d (patch) | |
| tree | 695254c50107f6225e43bd7e40c7d4d30e0fdb87 | |
| parent | ccd8b0380afdaec7402f7f17897e7b2ea504ac8a (diff) | |
feat: added le funny redirect
| -rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ <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> |
