diff options
author | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:23:29 -0500 |
---|---|---|
committer | Grant Shangreaux <shshoshin@protonmail.com> | 2020-03-21 15:23:29 -0500 |
commit | 5b954b09531cd3ebb3d5c9fe2c52641367ffca99 (patch) | |
tree | 1a2009d3e30a94470c4ca0bb518c86f95ebc869b /recordings.html | |
parent | ccdbbf5b019db977d121ca096873ce4ced2b6222 (diff) |
Add: link to recordings page, move player to left side of element
Diffstat (limited to 'recordings.html')
-rw-r--r-- | recordings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordings.html b/recordings.html index 0f87760..b65514d 100644 --- a/recordings.html +++ b/recordings.html @@ -8,7 +8,7 @@ <body> <div class="intro"> <ul> - <li>2020-03-21 Spring Piano Improv <audio controls src="audio/Piano_impr.wav" /> + <li><audio controls src="audio/Piano_impr.wav" /> 2020-03-21 Spring Piano Improv</li> </ul> </div> </body> |