diff options
Diffstat (limited to 'recordings.html')
-rw-r--r-- | recordings.html | 15 |
1 files changed, 15 insertions, 0 deletions
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> |