summaryrefslogtreecommitdiff
path: root/index.html
blob: 14034c3a769f0aa8cfef45545941fe401c64c60b (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>, <a href="https://www.facebook.com/profile.php?id=100092628580525">Facebook</a>
		</small>
	</body>
</html>