MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/mcm/sitemap.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MCM School | Welcome to MCM School</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="css/style-1s.css">
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>

  <?php include("header.php");?>

 <section class="white-text" id="banner">
      <div class="container">
        <div class="row pad-t-75">
          <div class="col-md-12 text-center">
            <h1> Sitemap </h1>
          </div>
        </div>
      </div>
 </section>
    <section class="burger-t cd-section" id="Sitemap">
      <div class="container">
        <div class="row">
          <div class="col-md-3">
               <h3 class="mt3"><a href="index.php"> <u> Home </u> </a></h3>

               <h3 class="mt3"><a href="instructors.php"> Instructors </a></h3>

               <h3 class="mt3"> <a href="pricing.php"> Pricing </a> </h3>

               <h3 class="mt3"> <a href="curriculum.php"> Curriculum </a></h3>
                <div class="bdr_bt pad-t-20"></div>

                 <h4> <a href="bachelors-course.php"> Bachelors Course </a></h4>
                 <h4><a href="masters-course.php">  Masters Course </a></h4>
                 <h4> <a href="contact.php"> PHD Course </a></h4>

                 <h3  class="mt3"> <a href="events.php"> Events </a></h3>
                  <div class="bdr_bt pad-t-20"></div>

                   <h4> <a href="singel-event"> Event 1 </a></h4>

                   <h3 class="mt3"><a href="contact.php"> Contact </a></h3>

                   <h3 class="mt3"> <a href="terms-service.php"> Terms </a></h3>

                   <h3 class="mt3"> <a href="privacy-policy.php"> Privacy  </a></h3>

          </div><!---/col-md-3-->
          <div class="col-md-7"></div>

        </div><!---/row-->
      </div>
    </section>

<?php include("footer.php");?>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> 
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script> 
<script type="text/javascript">
  $('ul.nav li.dropdown').hover(function() {
  $(this).find('.dropdown-menu').stop(true, true).delay().fadeIn();
}, function() {
  $(this).find('.dropdown-menu').stop(true, true).delay().fadeOut();
});
  
</script>

</body>
</html>