<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <form method="POST" action="/logout"> <button type="submit">ログアウト</button> </form> </body> </html>