update req control html with doGet

This commit is contained in:
tuanvu
2025-09-25 13:59:28 +02:00
parent d65baa3a78
commit fcc925d1bc
8 changed files with 69 additions and 70 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<body>
<FORM Method="POST" Action="/UserInfo">
Name : <INPUT type="text" size="20" name="name"><BR>
Email : <INPUT type="text" size="20" name="email"><BR>
Age : <INPUT type="text" size="2" name="age"><BR>
<INPUT type="submit" value="Send">
</FORM>
</body>
</html>