Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/indiatoursol/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <head> <?php include 'admin/dbc.php'; ?> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" media="all"> <!-- Fonts Awesome CSS --> <link rel="stylesheet" type="text/css" href="assets/vendors/fontawesome/css/all.min.css"> <!-- jquery-ui css --> <link rel="stylesheet" type="text/css" href="assets/vendors/jquery-ui/jquery-ui.min.css"> <!-- modal video css --> <link rel="stylesheet" type="text/css" href="assets/vendors/modal-video/modal-video.min.css"> <!-- light box css --> <link rel="stylesheet" type="text/css" href="assets/vendors/lightbox/dist/css/lightbox.min.css"> <!-- slick slider css --> <link rel="stylesheet" type="text/css" href="assets/vendors/slick/slick.css"> <link rel="stylesheet" type="text/css" href="assets/vendors/slick/slick-theme.css"> <!-- google fonts --> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" type="text/css" href="style.css"> <title>All Destination | India Tour Solution</title> </head> <body> <div id="page" class="full-page"> <?php include 'includes/header.php' ?> <main id="content" class="site-main"> <!-- Inner Banner html start--> <section class="inner-banner-wrap"> <div class="inner-baner-container" style="background-image: url(assets/images/package-details.webp);"> <div class="container"> <div class="inner-banner-content"> <h1 class="inner-title">All Destination</h1> </div> </div> </div> <div class="inner-shape"></div> </section> <!-- Inner Banner html end--> <!-- contact form html start --> <!-- about --> <section class="special-section"> <div class="container"> <div class="section-heading text-center"> <div class="row"> <div class="col-lg-8 offset-lg-2"> <h5 class="dash-style">TOUR DESTINATIONS</h5> <h2>Top Tour Destinations</h2> </div> </div> </div> <div class="special-inner"> <div class="row"> <?php $sqldestination=mysqli_query($conn,"select * from tbl_category where status='1' ORDER BY order_number asc")or die(mysqli_error()); while($rowdestination=mysqli_fetch_assoc($sqldestination)) { ?> <div class="col-md-6 col-lg-4"> <div class="special-item"> <figure class="special-img"> <img src="media/category/<?php echo $rowdestination['image'];?>" alt="<?php echo $rowdestination['name'];?>"> </figure> <div class="special-content"> <h3> <center><a href="tour-package/<?php echo $rowdestination['url'];?>.html"><?php echo $rowdestination['name'];?></a></center> </h3> <center><a href="tour-package/<?php echo $rowdestination['url'];?>.html" class="button-primary" style="padding: 9px;font-size: 13px;">VIEW ALL PACKAGES <i class="fas fa-arrow-right"></i></a></center> </div> </div> </div> <?php }?> </div> </div> </div> </section> <br><br> <!-- about close --> <!-- contact form html end --> </main> <?php include 'includes/footer.php' ?> </div> <!-- JavaScript --> <script src="assets/js/jquery.js"></script> <script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script> <script src="assets/vendors/jquery-ui/jquery-ui.min.js"></script> <script src="assets/vendors/countdown-date-loop-counter/loopcounter.js"></script> <script src="assets/js/jquery.counterup.js"></script> <script src="assets/vendors/modal-video/jquery-modal-video.min.js"></script> <script src="assets/vendors/masonry/masonry.pkgd.min.js"></script> <script src="assets/vendors/lightbox/dist/js/lightbox.min.js"></script> <script src="assets/vendors/slick/slick.min.js"></script> <script src="assets/js/jquery.slicknav.js"></script> <script src="assets/js/custom.min.js"></script> </body> </html>