Server IP : 103.53.40.154 / Your IP : 3.142.43.244 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/indiatourbus.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include "links.php";?> <title><?php echo $dataterms['site_pages_meta_title'];?></title> <meta name="description" content="<?php echo $dataterms["site_pages_meta_description"];?>"> <style> #privacy-policy{ height: 100%; width: 100%; } #privacy-policy .policy-title{ font-size: 32px; color: #149496; font-weight: bolder; padding: 20px 0px; } #privacy-policy .policies .policy{ list-style-type: none; padding: 8px 0px; } #privacy-policy .policies .policy i { color: #149496; } </style> </head> <body> <?php include "header.php";?> <?php include "marquee.php";?> <div class="breadcrumb breadcrumb-style-one"> <div class="container"> <div class="col-lg-12 text-center"> <h1 class="breadcrumb-title">Our Term and Conditions</h1> <ul class="d-flex justify-content-center breadcrumb-items"> <li class="breadcrumb-item"><a href="<?php echo $wspath ?>">Home</a></li> <li class="breadcrumb-item active">Our Term and Conditions</li> </ul> </div> </div> </div> <section id="privacy-policy"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2 class="policy-title"><?php echo $dataterms["site_pages_name"];?></h2> </div> <div class="col-lg-12"> <ul class="policies"> <?php echo $dataterms["site_pages_description"];?> </ul> </div> </div> </div> </section> <?php include "footer.php"?> </body> </html>