Add exo4 missing bits and exo10 code.
[TD_webapps.git] / ROOT / exo10 / form.html
CommitLineData
05e819e4
JB
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>