Files
Spring-Security-Samples/servlet/spring-boot/java/hello/src/main/resources/templates/index.html
T
2020-07-09 17:03:12 -05:00

9 lines
184 B
HTML

<html xmlns:th="https://www.thymeleaf.org">
<head>
<title>Hello Security!</title>
</head>
<body>
<h1>Hello Security</h1>
<a th:href="@{/logout}">Log Out</a>
</body>
</html>