cpal/examples/wasm-beep/index.html

12 lines
233 B
HTML
Raw Normal View History

2020-03-01 01:59:48 +00:00
<!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>