Files
lpmj6/27/01.html
T
RobinNixon 53063593e3 Final
Final
2020-12-10 13:51:13 +00:00

14 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Playing Audio</title>
</head>
<body><br><pre>
<audio controls>
<source src='audio.m4a' type='audio/aac'>
<source src='audio.mp3' type='audio/mp3'>
<source src='audio.ogg' type='audio/ogg'>
</audio>
</body>
</html>