Add exo4 missing bits and exo10 code.
[TD_webapps.git] / ROOT / exo10 / form.html
diff --git a/ROOT/exo10/form.html b/ROOT/exo10/form.html
new file mode 100644 (file)
index 0000000..087835a
--- /dev/null
@@ -0,0 +1,14 @@
+<meta charset="UTF-8">
+<html>
+<body>
+
+<form method="POST" action="/Login">
+  Login:<br>
+  <input type="text" name="login"><br>
+  Password:<br>
+  <input type="password" name="password"><br><br>
+  <input type="submit" value="Submit">
+</form>
+
+</body>
+</html>