summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/robocop_search.html
blob: 581193c9d0eb65627aca190373e427828d36840e (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <header> 
        <title> Robocop Search Engine </title>
    </header>
    <body>
        <form method="get" action="http://www.google.com/search">
            <input type="text" name="q" style="width:300px; height:500px;" maxlength="255" value="" />
            <input type="submit" value="Google Search" />
        </form>
    </body>
</html>