|
|
|
@ -1,5 +1,21 @@
|
|
|
|
|
<form action="cgi-bin/play.cgi">
|
|
|
|
|
<input type="submit" name="p" value="BasicTurn.mp3" />
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title></title>
|
|
|
|
|
<style>
|
|
|
|
|
form.buttons input {
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
/*hide the labels*/
|
|
|
|
|
font-size: 0;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<form action="cgi-bin/play.cgi" class="buttons">
|
|
|
|
|
<input type="submit" name="p" value="BasicTurn.mp3" style="background:url(/images/test.png) no-repeat;" />
|
|
|
|
|
<input type="submit" name="p" value="Follow.mp3" />
|
|
|
|
|
<input type="submit" name="p" value="AmericanSpin.mp3" />
|
|
|
|
|
<input type="submit" name="p" value="Bump.mp3" />
|
|
|
|
@ -13,6 +29,16 @@
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|