This repository has been archived on 2024-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
java_ee_project/project2/web/WEB-INF/views/fail.jsp
Chenx221 1643f93475 fix part5
Signed-off-by: Chenx221 <chenx221@yandex.com>
2023-06-19 20:54:18 +08:00

13 lines
229 B
Plaintext

<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Login Failed</title>
</head>
<body>
<h1>Login Failed!</h1>
<p>${message}</p>
</body>
</html>