12 lines
268 B
HTML
12 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<body>
|
|
<form action="#" th:action="@{/api/perform_logout}" method="POST">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
</body>
|
|
</html> |