* BAEL-1221: How Spring MVC Really Works * BAEL-1221: Moved the project to the guest directory
10 lines
211 B
HTML
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> |