Newer
Older
bremer / src / main / resources / static / bremer / logout.html
yhornisse on 2 Jul 2023 255 bytes add project
<!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>