23 lines
462 B
HTML
23 lines
462 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Reports</title>
|
|
</head>
|
|
<body>
|
|
<h1>Reports</h1>
|
|
<section>
|
|
<h2>Financial Reports</h2>
|
|
<!-- Financial report content -->
|
|
</section>
|
|
<section>
|
|
<h2>Attendance Reports</h2>
|
|
<!-- Attendance report content -->
|
|
</section>
|
|
<section>
|
|
<h2>Booking Reports</h2>
|
|
<!-- Booking report content -->
|
|
</section>
|
|
</body>
|
|
</html>
|