diff options
Diffstat (limited to 'wk9/lect/hello/templates/index.html')
-rw-r--r-- | wk9/lect/hello/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/hello/templates/index.html b/wk9/lect/hello/templates/index.html index e7b6bec..4ce1e85 100644 --- a/wk9/lect/hello/templates/index.html +++ b/wk9/lect/hello/templates/index.html @@ -6,7 +6,7 @@ <title>hello</title> </head> <body> - <from action="/greet" method="get"> + <form action="/greet" method="get"> <input autocomplete="off" autofocus name="name" placeholder="Name" type="text"> <button type="submit">Greet</button> </from> |