9 lines
184 B
HTML
Raw Normal View History

2020-07-09 14:15:33 -05:00
<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>