summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-12-30 23:04:21 +0100
committerMartial Simon <msimon_fr@hotmail.com>2023-12-30 23:04:21 +0100
commitbe085b794064ad7fd3af58b940588f995182927f (patch)
tree65d739a183ec1fe02a94e2f580568343fe45a557 /index.html
init/proto: initial commit & prototype of an audio player
Diffstat (limited to 'index.html')
-rw-r--r--index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2fe8c4a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,31 @@
+<!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>
+ <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> \ No newline at end of file