summaryrefslogtreecommitdiff
path: root/rec.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 /rec.html
init/proto: initial commit & prototype of an audio player
Diffstat (limited to 'rec.html')
-rw-r--r--rec.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/rec.html b/rec.html
new file mode 100644
index 0000000..fd489e0
--- /dev/null
+++ b/rec.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>🎶 RTFM - Jams 🎵</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 style="background: url(./img/wp.jpg)">
+ <a href="./index.html" style="position: fixed; top: 5px; left: 10px;">
+ <img src="img/logo.png" alt="Logo" style="height: 20vh;">
+ </a>
+ <iframe src="https://lavender-but-bread.neocities.org/buttons/piano-button.html" style="position: absolute; top: 10px; right: 10px; border: none;" width="88" height="31"></iframe>
+ <h1>Jams</h1>
+ <!--TODO : Cool Audio Player-->
+ <div class="audio-players">
+ <div class="audio">
+ <img src="img/logosquare.png" alt="cover">
+ <audio controls src="rec/Voix_018_sd.m4a" style="width: 100%;"></audio>
+ <div class="volume">
+ <!--input type="range" id="volume-range" min="0" max="100" value="0"-->
+ </div>
+ </div>
+ </div>
+ <div style="display: inline-block;">
+ <img src="img/i-53217.gif" alt="gif1" height="140px">
+ <img src="img/i-80339.gif" alt="gif2" height="140px">
+ </div>
+ </body>
+</html> \ No newline at end of file