parent
9c08ec3b1f
commit
085f7d1865
@ -0,0 +1,17 @@ |
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" |
||||
pageEncoding="UTF-8"%> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
||||
|
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||||
<title>Login Page!</title> |
||||
</head> |
||||
<body> |
||||
<form action="login"> |
||||
用户:<input id="username" name="username" type="text"></input><br> |
||||
密码:<input id="username" name="password" type="password"></input><br> |
||||
<input type="submit" value="登录"> |
||||
</form> |
||||
</body> |
||||
</html> |
@ -0,0 +1,11 @@ |
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||||
<title>Result Page!</title> |
||||
</head> |
||||
<body> |
||||
${validation } |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue