10 lines
264 B
HTML
Raw Normal View History

<!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>