index.html 196 B

123456789
  1. <html xmlns:th="https://www.thymeleaf.org">
  2. <head>
  3. <title>Hello Security!</title>
  4. </head>
  5. <body>
  6. <h1>Hello Security</h1>
  7. <a id="logout" th:href="@{/logout}">Log Out</a>
  8. </body>
  9. </html>