8 lines
205 B
HTML
8 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title>Logout</title>
|
|
<form method="post">
|
|
<input type=hidden name=csrf-token value="{{csrf_token}}" />
|
|
<button type="submit">Logout</button>
|
|
</form>
|
|
</html>
|