Mini Kabibi Habibi
<div id="insert-activity">
<h1>ICT UNIT MONITORING OF ACTIVITIES</h1>
<h2>Insert Activity</h2>
<form method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required><br>
<label for="activity">Activity:</label>
<input type="text" id="activity" name="activity" required><br>
<label for="location">Location:</label>
<input type="text" id="location" name="location" required><br>
<label for="start_date">Start Date:</label>
<input type="date" id="start_date" name="start_date" required><br>
<label for="end_date">End Date:</label>
<input type="date" id="end_date" name="end_date" required><br>
<button type="submit" name="submit">Add Activity</button>
</form>
</div>