zero-to-axum/templates/logout.html
2025-07-22 10:12:21 -05:00

7 lines
140 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>Logout</title>
<form method="post">
<button type="submit">Logout</button>
</form>
</html>