1<html> 2<body> 3This is the simple telemetry webapp main page with a <webview> element. 4<webview id="foo" src="data:text/html;charset=utf-8,<html><body><input id='test_input_id' type='text'></body></html>" style="width:640px; height:480px" autosize="on" minwidth="576" minheight="432"> 5</webview> 6</body> 7</html> 8