## Create an admin panel for managing announcements and club details. ### Steps: - Create a new HTML file for the admin panel (admin.html). - Add forms for creating, updating, and deleting announcements and club details. - Ensure only authenticated users can access the admin panel. - Style the admin panel using CSS.
Create an admin panel for managing announcements and club details.
Steps: