blob: d50bfccf16b8dfab45ed379e48f39f7013373e00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!DOCTYPE html>
<html>
<head>
<title>🎶 RTFM 🎵</title>
<link rel="stylesheet" type="text/css" href="./style.css" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="description" content="Club musique de l'EPITA Lyon" />
<meta name="author" content="Marcellus" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="img/logo.ico">
</head>
<body>
<img src="img/logo.png" alt="Logo" style="width: 25vw;">
<p><abbr title="Recursive Tracks FM">RTFM</abbr> est le club musique de l'EPITA Lyon.</p>
<p>Formé (pour l'instant) de 3 membres, Martial,
Louis et Joris, ses activités se concentrent sur des jams de groupe,
dont <a href="./rec.html">quelques enregistrements</a> sont réalisés.
</p>
<h2>A venir :</h2>
<p>Achat prochainement d'une batterie</p>
<p><a href="events.html">Evenements à venir</a></p>
<h2>Contacts :</h2>
<p>
<a href="mailto:rtfmepita@outlook.fr">
<img src="img/i-87458.gif" alt="mail gif" height="50px">
</a>
<a href="https://discord.gg/wZcW9HWXaK">
<img src="img/discordlogo.png" alt="mail gif" height="50px">
</a>
</p>
</body>
</html>
|