Revision control

Copy as Markdown

<html>
<head>
<title>Audio_Test_Page</title>
</head>
<body>
<p id="testContent">Page content: audio player</p>
<audio controls loop>
<source src="../resources/audioSample.mp3" type="audio/ogg">
Your browser does not support the audio element.
</audio>
</body>
</html>