Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Audio_Test_Page</title>
</head>
<body>
<p id="testContent">Page content: audio player</p>
<div class="audioPlayer">
<audio id="audioSample" controls loop>
<source src="../resources/audioSample.mp3" />
</audio>
</div>
</body>
</html>