<!DOCTYPE html>
<html>
<head>
<title>music test page</title>
</head>
<body>
<audio src="/i/song.mp3" controls="controls">
your browser does not support the audio element
</audio>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>music test page</title>
</head>
<body>
<audio src="/i/song.mp3" controls="controls">
your browser does not support the audio element
</audio>
</body>
</html>