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