-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAudio.html
More file actions
21 lines (18 loc) · 772 Bytes
/
Audio.html
File metadata and controls
21 lines (18 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<body>
<audio controls autoplay muted>
<source src="SampleAudio.mp3" type="audio/mp3">
<source src="SampleAudio.wav" type="audio/wav">
<!-- <p>Download the audio file: <a href="SampleAudio.mp3"><source src="SampleAudio.wav" type="audio/wav"> -->
</audio>
<!-- <div>
<p>Download the audio file: <a href="SampleAudio.mp3">SampleAudio.mp3</a></p>
<p>Download the audio file: <a href="SampleAudio.wav">SampleAudio.wav</a></p>
</div>SampleAudio.mp3</a></p>
<p>Download the audio file: <a href="SampleAudio.wav">SampleAudio.wav</a></p>
</div>
<p>Download the audio file: <a href="SampleAudio.wav">SampleAudio.wav</a></p>
<p>Download the audio file: <a href="SampleAudio.wav">SampleAudio.wav</a> -->
</body>
</html>