1
0
mirror of https://github.com/balkian/go5ears.git synced 2024-09-21 11:21:42 +00:00
go5ears/public/index.html

16 lines
467 B
HTML
Raw Normal View History

2012-10-04 20:34:45 +00:00
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script>
function playSelected(id){
$("audio").attr("src","play?id="+id);
}
</script>
</head>
<body>
<p onClick='playSelected("fe7e4f9")'>Libertine</p>
<p onClick='playSelected("4b9ed95")'>We are the champions</p>
<audio src="play?id=a78950d" controls="controls"></audio>
</body>
</html>