12 lines
233 B
HTML
12 lines
233 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>cpal beep example</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<input id="play" type="button" value="beep"/>
|
||
|
<input id="stop" type="button" value="stop"/>
|
||
|
</body>
|
||
|
</html>
|