blob: 614cfda3b6338520d627783a5c79dfa08965227e [file] [log] [blame]
<html>
<head>
<title>Looping audio tag.</title>
</head>
<body>
<audio autoplay loop id="audioPlayer">
<source src="test.ogg" type="audio/ogg" />
</audio>
</body>
</html>