diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:56:57 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:56:57 +0000 |
commit | c49f2aa4c23a4688049e28cc154fb1de93a4e8fa (patch) | |
tree | d621a0a331d6378f9763fe2843a8f9af53b804c4 /wk9/lect/hello/templates/index.html | |
parent | 92e2f7e5b2afa7d42af7f14ce84ce4a5b74b7657 (diff) |
Tue, Jul 9, 2024, 1:56 AM -07:00
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> |