<html>
<head> <title>Audio tag test!</title> </head> <body> <audio autoplay="true"> <source src="http://apo33.info:8000/tribot.ogg" type="audio/ogg" /> <source src="http://apo33.info:8000/tribot.ogg" type="audio/mpeg" /> Your browser does not support the audio element. </audio> </body>
</html>