Files
spring-boot-rest/spring-security-modules/spring-security-mvc-boot/src/main/resources/templates/adminPage.html
2019-12-13 13:04:59 +02:00

13 lines
290 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
</head>
<body>
Welcome admin! <a th:href="@{/admin_logout}" >Logout</a>
<br /><br />
<a th:href="@{/protectedLinks}" >Back to links</a>
</body>
</html>