summaryrefslogtreecommitdiff
path: root/wk8/lect/search.html
blob: fcbd10e9b378346cb8139b8668652d711d92aa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>