13 lines
290 B
HTML
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> |