summaryrefslogtreecommitdiff
path: root/wk9/lect/hello/templates/index.html
blob: e7b6bec55b82d4d846e5af3bbe20a40ad5a13e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>

<html lang="en">
    <head>
        <meta name="viewport" content="initial-scale=1, width=device-width">
        <title>hello</title>
    </head>
    <body>
        <from action="/greet" method="get">
            <input autocomplete="off" autofocus name="name" placeholder="Name" type="text">
            <button type="submit">Greet</button>
        </from>
    </body>
</html>