diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:22:20 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:22:20 -0500 |
commit | ccdbbf5b019db977d121ca096873ce4ced2b6222 (patch) | |
tree | 452eae4d6ea4c7ca8277d39c1001ff57f15c4955 /recordings.html | |
parent | 6189cfe9c5b910c10c50600da61c3e9020e20eba (diff) |
Add: random recordings page
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> |