!7
html {
ret hhtml(
hhead(htitle("Speech Recognition, Boy"))
+ hbody(
hdiv("Results come here", id := 'speechResults, style := "margin: 10px")
+ tag('button, "...", onclick := "startOrStop()", type := 'button, id := 'btn, disabled := 'disabled)
+ hSpeechRecognition("")));
}