blob: 8c82b9691a2e21fca9dc8d040f2144152fd2b48c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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://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>
|