<!DOCTYPE html> <html lang="en"> <?php include("header.php") ?> <body> <div> <h3 class="display-4 p-3" style="text-align: center;">Student</h3> </div> </body> <?php include("footer.php") ?> </html>