Server IP : 103.53.40.154 / Your IP : 3.136.26.156 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/jyotishandayurved.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title><?php echo $fetch["meta_title"] ?></title> <meta name="description" content="<?php echo $fetch["meta_desc"];?>"> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <?php include("links.php") ?> <style> .text-center{ text-align:center; } .py-2{ padding:20px 0px; } .py-5{ padding:50px; } .text-light{ color:#fff; } </style> </head> <body> <?php include("header.php") ?> <div class="hs_indx_title_main_wrapper"> <div class="hs_title_img_overlay"></div> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 full_width"> <div class="hs_indx_title_left_wrapper"> <h2>साइट मैप</h2> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 full_width"> <div class="hs_indx_title_right_wrapper"> <ul> <li><a href="index.html">मुख्य पृष्ठ</a> > </li> <li>साइट मैप</li> </ul> </div> </div> </div> </div> </div> <section> <div class="container"> <div class="row "> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center py-5"> <div class="pt-4"> <ul > <li> <a href="index.html"> "मुख्य पृष्ठ"</a></li> <li> <a href="about.html"> "हमारे बारे में"</a></li> <li> <a href="contact.html"> "सम्पर्क करें"</a></li> <li> <a href="ayurvedic.html"> "आयुर्वेद उपचार"</a></li> <li> <a href="service.html"> "ज्योतिष केंद्र"</a></ </ul> </div> </div> </div> </div> </section> <?php include("footer.php")?> </body> </html>