index.html 237 B

12345678
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <title>Insert title here</title></head>
  6. <body><p>Hello!<span th:text="${user}"></span>!<br/>welcom to Thymeleaf's world</p></body>
  7. </html>