Description Create a minimal HTML/JS page that lets users subscribe to events by entering their email. Tasks Build a simple form with email input On submit, call POST /subscribe Show user-friendly message on success/failure
Description
Create a minimal HTML/JS page that lets users subscribe to events by entering their email.
Tasks
Build a simple form with email input
On submit, call POST /subscribe
Show user-friendly message on success/failure