8 lines
327 B
HTML
8 lines
327 B
HTML
<audio controls="" style="margin: 16px">
|
|
<!-- Replace this source with your actual audio file path -->
|
|
<source src="img/DemoTrack.mp3" type="audio/mpeg">
|
|
Your browser does not support the audio element.
|
|
</audio>
|
|
<div style='font-size: 0.9em; font-style: italic; color: #888;margin-left: 32px'>
|
|
Audio demo</div>
|