cpal/examples/wasm-beep/index.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>