commit
This commit is contained in:
10
src/main/webapp/index.html
Normal file
10
src/main/webapp/index.html
Normal 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>
|
||||
11
src/main/webapp/myform.html
Normal file
11
src/main/webapp/myform.html
Normal 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>
|
||||
Reference in New Issue
Block a user