Advertisement
Guest User

offline html search for android

a guest
Jul 20th, 2011
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta content="text/html; charset=ISO-8859-1"
  4. http-equiv="content-type">
  5. <title>Search</title>
  6. </head>
  7. <body>
  8. <form action="http://duckduckgo.com/lite/" method="post">
  9. <input class="query" size="40" name="q"
  10. value="" autofocus="" type="text"><input
  11. class="submit" value="Quack" type="submit"></form>
  12. <form method="get" action="http://www.google.com/search">
  13. <input name="q" size="31" maxlength="255"
  14. value="" type="text"><input value="Google Search"
  15. type="submit"><br>
  16. </form>
  17. <br>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement