summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:24:34 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:24:34 -0500
commitf2d9e2563861d644896ff8d3a5585081a20c7ca9 (patch)
tree4380f61819edf98ea11271b1f7bfa1d5da0393cc
parent5b954b09531cd3ebb3d5c9fe2c52641367ffca99 (diff)
Fix: text for audio list
-rw-r--r--recordings.html7
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>