summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:22:20 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:22:20 -0500
commitccdbbf5b019db977d121ca096873ce4ced2b6222 (patch)
tree452eae4d6ea4c7ca8277d39c1001ff57f15c4955
parent6189cfe9c5b910c10c50600da61c3e9020e20eba (diff)
Add: random recordings page
-rw-r--r--audio/Piano_impr.wavbin0 -> 16726493 bytes
-rw-r--r--recordings.html15
2 files changed, 15 insertions, 0 deletions
diff --git a/audio/Piano_impr.wav b/audio/Piano_impr.wav
new file mode 100644
index 0000000..0715959
--- /dev/null
+++ b/audio/Piano_impr.wav
Binary files differ
diff --git a/recordings.html b/recordings.html
new file mode 100644
index 0000000..0f87760
--- /dev/null
+++ b/recordings.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang=en>
+ <head>
+ <meta charset=UTF-8>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <title>Tapes</title>
+ </head>
+ <body>
+ <div class="intro">
+ <ul>
+ <li>2020-03-21 Spring Piano Improv <audio controls src="audio/Piano_impr.wav" />
+ </ul>
+ </div>
+ </body>
+</html>