This commit is contained in:
tuanvu
2025-09-24 10:04:47 +02:00
parent 9280c3fa64
commit 63a6a258f9
6 changed files with 117 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>

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>