zero-to-axum/templates/signup-confirm.html
2025-07-24 14:20:45 -05:00

8 lines
226 B
HTML

<!DOCTYPE html>
<html lang="en">
<title>Confirm Account</title>
<form method="post">
<input type=hidden name=csrf-token value="{{csrf_token}}" />
<button type="submit">Confirm My Account</button>
</form>
</html>