blob: 54e6509ea5e3b1262a5896d690c070ccd17386d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<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>
<a class="button" href="membres.html">
<h3>Le groupe</h3>
</a>
<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>
</body>
</html>
|