Sergey Petunin 3d7a395b37 BAEL-1221: How Spring MVC Really Works (#2757)
* BAEL-1221: How Spring MVC Really Works

* BAEL-1221: Moved the project to the guest directory
2017-10-19 23:28:05 -07:00

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>