* BAEL-1221: How Spring MVC Really Works * BAEL-1221: Moved the project to the guest directory
10 lines
264 B
HTML
10 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<title>Login Failure</title>
|
|
</head>
|
|
<p>
|
|
User with login <span th:text="${login}"></span> not found, please <a href="/">try again</a>.
|
|
</p>
|
|
</html> |