Skip to content

Commit

Permalink
fix link in audio.html (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy113 authored Jan 6, 2024
1 parent 32171ce commit 7c55e54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions live-examples/html-examples/image-and-multimedia/audio.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<figure>
<figcaption>Listen to the T-Rex:</figcaption>
<audio controls src="/media/cc0-audio/t-rex-roar.mp3">
<a href="/media/cc0-audio/t-rex-roar.mp3"> Download audio </a>
</audio>
<audio controls src="/media/cc0-audio/t-rex-roar.mp3"></audio>
<a href="/media/cc0-audio/t-rex-roar.mp3"> Download audio </a>
</figure>

0 comments on commit 7c55e54

Please sign in to comment.