Files
2024-06-03 16:43:53 +03:00

13 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Admin</title>
</head>
<body>
<div class="container">
<h1>Admin Dashboard</h1>
<a href="student.php">Register a student</a>
<a href="teacher.php">Register a teacher</a>
</div>
</body>
</html>