diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:24:34 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:24:34 -0500 |
commit | f2d9e2563861d644896ff8d3a5585081a20c7ca9 (patch) | |
tree | 4380f61819edf98ea11271b1f7bfa1d5da0393cc /recordings.html | |
parent | 5b954b09531cd3ebb3d5c9fe2c52641367ffca99 (diff) |
Fix: text for audio list
Diffstat (limited to 'recordings.html')
-rw-r--r-- | recordings.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recordings.html b/recordings.html index b65514d..a611e8e 100644 --- a/recordings.html +++ b/recordings.html @@ -8,7 +8,12 @@ <body> <div class="intro"> <ul> - <li><audio controls src="audio/Piano_impr.wav" /> 2020-03-21 Spring Piano Improv</li> + <li> + <audio controls src="audio/Piano_impr.wav"> + 2020-03-21 Spring Piano Improv + </audio> + 2020-03-21 Spring Piano Improv + </li> </ul> </div> </body> |