diff options
Diffstat (limited to 'wk8/lect/search.html')
-rw-r--r-- | wk8/lect/search.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wk8/lect/search.html b/wk8/lect/search.html new file mode 100644 index 0000000..fcbd10e --- /dev/null +++ b/wk8/lect/search.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <title>search</title> + </head> + <body> + <form action="https://www.google.com/search" method="get"> + <input autocomplete="off" autofocus name="q" placeholder="Query" type="search"> + <button>Google Search</button> + </form> + </body> +</html> |