Viewing file: index.php (1.74 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title> ITCE, AZAMGARH </title><meta name="description" content="itce - computer education"><meta name="keywords" content="itce"><meta name="author" content="http://www.itce.co.in"><link rel="shortcut icon" href="favicon.ico"><link rel="stylesheet" href="css/style.css"><link rel="stylesheet" href="css/responsive.css"><link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet"></head> <body> <form name="form1" method="post" action="" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTc3MDkxNjg2NWRkOpeYVvxBHPnU2D8XWCKoETNsw38="> </div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334"> </div> <div class="boxed_wrapper"> <?php include 'header.php';?> <body> <main id="main"> <?php include 'topbar.php';?>
<?php include 'menubar.php';?>
<?php include 'slider.php';?>
<?php include 'option_section.php';?> <?php include 'about_section.php';?> <?php include 'skill_section.php';?> <?php include 'count_section.php';?> <?php include 'client_section.php';?> <?php include 'service_section.php';?> <?php include 'testimonial_section.php';?> <?php include 'portfolio_section.php';?> <?php include 'team_section.php';?> <?php include 'pricing_section.php';?> <?php include 'faq_section.php';?> <?php include 'contact_section.php';?> </main><!-- End #main --> <?php include 'newsletter.php';?> <?php include 'footer.php';?> </body>
</html>
|