1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/base/tests/robocop_search.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<html> 1.5 + <header> 1.6 + <title> Robocop Search Engine </title> 1.7 + </header> 1.8 + <body> 1.9 + <form method="get" action="http://www.google.com/search"> 1.10 + <input type="text" name="q" style="width:300px; height:500px;" maxlength="255" value="" /> 1.11 + <input type="submit" value="Google Search" /> 1.12 + </form> 1.13 + </body> 1.14 +</html>