Newer
Older
SampleSpringSecurity4 / src / main / resources / static / logout.html
yhornisse on 30 May 2023 182 bytes init
<!doctype html>
<html>
<head>
  <meta charset="UTF-8" />
</head>
<body>
<form method="POST" action="/logout">
  <button type="submit">ログアウト</button>
</form>
</body>
</html>