JProxy/src/main/resources/templates/index.html

11 lines
220 B
HTML

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