summaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/logout.html
blob: 81679cf9ac6f92128f6378ac2164ce610b3b2c3b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head th:include="layout :: headerFragment">
</head>
<body>
<p>You logged out.</p>
<a href="/">Go home</a>
</body>
</html>