exo4: fix a typo.
[TD_webapps.git] / ROOT / exo10 / form.html
1 <meta charset="UTF-8">
2 <html>
3 <body>
4
5 <form method="POST" action="/Login">
6 Login:<br>
7 <input type="text" name="login"><br>
8 Password:<br>
9 <input type="password" name="password"><br><br>
10 <input type="submit" value="Submit">
11 </form>
12
13 </body>
14 </html>