blob: 052ca9aaf13809f32185b98a48e46c895b00b6f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<title>Les Running Gags</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
</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>
|