!7
html {
ret hhtml(
hhead(htitle("Speech Recognition, Boy")
+ loadJQuery())
+ hbody(
hdiv("< Sag was! >", id := 'speechResults, style := "margin: 10px")
+ tag('button, "...", onclick := "startOrStop()", type := 'button, id := 'speechOnBtn, disabled := 'disabled)
+ hSpeechRecognition("document.title = transcript;", true)));
}