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
211 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<title>Login Success</title>
</head>
<p>
Hello, <span th:text="${login}"></span>!
</p>
</html>