File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelrajhans.org/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- TITLE --> <title>Hotel Raj Hans</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="images/favicon.png"/> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700" rel='stylesheet' type='text/css'> <!-- CSS LIBRARY --> <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="css/lib/settings.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css"> <link rel="stylesheet" type="text/css" href="css/custom.css"> <link rel="stylesheet" type="text/css" href="css/helper.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <style> @media only screen and (max-width: 600px) { .owl-controls .owl-prev, .owl-controls .owl-next { top: 75%; } .section-check-availability { margin-bottom:30px; } } #popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; z-index: 9999; } #popup-content { position: relative; background: #fff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); width: 90%; max-width: 300px; } #popup-content h1 { font-size: 20px; color: #e91e63; padding-bottom: 15px; } #popup-content video { width: 100%; border-radius: 10px; } #close-popup { position: absolute; top: -2px; right: 10px; background: transparent; border: none; font-size: 30px; color: #e91e63; cursor: pointer; } #close-popup:hover { color: #d81b60; } .d-flex{ text-align: center; } </style> </head> <body> <!-- PAGE WRAP --> <div id="page-wrap"> <?php include 'include/header.php'?> <!-- BANNER SLIDER --> <section class="section-slider"> <h1 class="element-invisible">Slider</h1> <div id="slider-revolution"> <ul> <li data-transition="fade"> <img src="images/slider-2.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Raj Hans </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-sub-1" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000">A royal welcome in the heart of Khatoo</div> <a href="https://asiatech.in/booking_engine/index3?token=OTMyOA==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> <li data-transition="fade"> <img src="images/slider-1.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Raj Hans </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-3" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000"> Discover the art of fine hospitality </div> <a href="https://asiatech.in/booking_engine/index3?token=OTMyOA==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> </ul> </div> </section> <!-- END / BANNER SLIDER --> <!-- CHECK AVAILABILITY --> <section class="section-check-availability"> <div class="container"> <div class="check-availability"> <div class="row align-items-center"> <div class="col-lg-3"> <h2>Check Availability</h2> </div> <div class="col-lg-9"> <form action="#" method="post" target="_blank"> <div class="availability-form"> <input type="text" name="arrive" class="awe-calendar from" placeholder="Arrival Date"> <input type="text" name="departure" class="awe-calendar to" placeholder="Departure Date"> <select class="awe-select" name="adults"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> </select> <select class="awe-select" name="children"> <option>Children</option> <option>1</option> <option>2</option> <option>3</option> </select> <div class="vailability-submit"> <a href="https://asiatech.in/booking_engine/index3?token=OTMyOA==" class="awe-btn awe-btn-13">FIND THE BEST RATE</a> </div> </div> </form> </div> </div> </div> </div> </section> <!-- END / CHECK AVAILABILITY --> <!-- ABOUT --> <section class="section-home-about bg-white"> <div class="container"> <div class="home-about"> <div class="row center-align"> <div class="col-md-5"> <a href="about.php"><img src="images/2a.jpg" alt=""></a> </div> <div class="col-md-7"> <div class="text"><br> <h2 class="heading">About Hotel Raj Hans</h2> <span class="box-border"></span> <p>Hotel Raj Hans in Khatoo is a comfortable and welcoming place to stay, perfect for both leisure travelers and devotees visiting the Khatu Shyam Ji Temple. The hotel is located just about 500 meters from the temple, making it very convenient for guests who wish to visit frequently during their stay.</p> <a href="about.php" class="awe-btn awe-btn-default">READ MORE</a> </div> </div> </div> </div> </div> </section> <!-- END / ABOUT --> <!-- ACCOMD ODATIONS --> <section class="section-accomd awe-parallax bg-14"> <div class="container"> <div class="accomd-modations"> <div class="row"> <div class="col-md-12"> <div class="accomd-modations-header"> <h2 class="heading">Accommodation </h2> <img src="images/icon-accmod.png" alt="icon"> <p>Experience comfortable and well-appointed rooms at Hotel Raj Hans, designed for relaxation after your temple visit.</p> </div> </div> <!-- ITEM --> <div class="col-md-6 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="deluxe-double-bed-room.php"><img src="images/room/double-bed-room.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="deluxe-double-bed-room.php">Deluxe Double Bed Room</a></h2> <p>The Deluxe Double Bed Room at Hotel Raj Hans is designed for couples or two guests seeking a cozy and comfortable stay. Featuring a spacious double bed with fresh linens...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="deluxe-double-bed-room.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-md-6 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="deluxe-triple-sharing-room.php"><img src="images/room/triple-bed-room.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="deluxe-triple-sharing-room.php">Deluxe Triple sharing Room</a></h2> <p>The Deluxe Triple Bed Room is perfect for small families or groups of three traveling together. Equipped with three comfortable beds, the room provides ample space without...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="deluxe-triple-sharing-room.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> </div> </div> </div> </section> <!-- END / ACCOMD ODATIONS --> <!-- GALLERY --> <section class="section_page-gallery"> <div class="container"> <div class="gallery"> <div class="row pt-40"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Our Gallery</h2> </div> </div> </div> <!-- GALLERY CONTENT --> <div class="gallery-content pb-20"> <div class="row"> <div class="gallery-isotope col-4"> <!-- ITEM SIZE --> <div class="item-size"></div> <!-- END / ITEM SIZE --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-5.jpg"> <img src="images/gallery/img-5.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-6.jpg" > <img src="images/gallery/img-6.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-7.jpg" > <img src="images/gallery/img-7.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-8.jpg" > <img src="images/gallery/img-8.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-9.jpg" > <img src="images/gallery/img-9.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-10.jpg" > <img src="images/gallery/img-10.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-11.jpg" > <img src="images/gallery/img-11.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-12.jpg"> <img src="images/gallery/img-12.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> </div> </div> </div> <!-- GALLERY CONTENT --> </div> </div> </section> <!-- END / GALLERY --> <section class="section-our-best bg-white"> <div class="container"> <div class="our-best"> <h2 class="heading">Our Best</h2> <span class="box-border"></span> <div class="row"> <div class="col-md-6 col-md-push-6"> <div class="img"> <img src="images/best-image.jpg" alt=""> </div> </div> <div class="col-md-6 col-md-pull-6 "> <div class="text"> <p>Hotel Raj Hans is committed to providing a seamless blend of comfort, convenience, and warm hospitality. Every aspect of the stay is thoughtfully curated to enhance the guest experience, ensuring a peaceful and memorable visit in the heart of Khatoo.</p> <ul> <li><img src="images/home/ourbest/icon-1.png" alt="icon">Free Wifi</li> <li><img src="images/home/ourbest/icon-2.png" alt="icon">Free Parking</li> <li><img src="images/home/ourbest/icon-3.png" alt="icon">Television</li> <li><img src="images/home/ourbest/icon-4.png" alt="icon">Wardrobe</li> <li><img src="images/home/ourbest/icon-5.png" alt="icon">Geyser</li> <li><img src="images/home/ourbest/icon-6.png" alt="icon">Room Service</li> <li><img src="images/home/ourbest/icon-7.png" alt="icon">Air Conditioner</li> <li><img src="images/home/ourbest/icon-8.png" alt="icon">Elevator</li> </ul> </div> </div> </div> </div> </div> </section> <div class="section-home-guestbook awe-parallax bg-13"> <div class="container"> <div class="home-guestbook"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="guestbook-content owl-single"> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>Friendly, helpful, and attentive staff can significantly enhance a guest's experience. Mention specific interactions that stood out, such as accommodating requests or providing excellent service. If the hotel has a restaurant or offers room service, positive comments about the food quality, variety, and service are always welcome. Mention any particularly enjoyable meals or dining experiences.</p> <span><strong>Samarth Bontale2007</strong></span><br> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>Great experience, they helped me past the barricades and then helped me reach the entrance to mandir 500 m away. The way is only for pedestrians and you should confirm the way before trusting the internet as it make you go around the chowki for 1.5km. I had a great stay and would recommend it to everyone. Tip. The staff is very cooperative, call the hotel before making any bookings on the internet, you will get a better price.</p> <span><strong>Super facts and study</strong></span><br> </div> </div> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>Had a great time at Hotel Rajhans, they were very helpful, sent location and instructed the e rickshaw driver, always picked up the phone even at odd times and were very welcoming even when I was checking in late and let me stay a few hours after the check put tome too. Great people and very polite and helpful. Provided a morning kit when I checked in, It was fully ddckdd out with soap, shampoo, toothbrush, and other essentials. They didn't disturb me needlessly and the owner even went with me to the mandir as I didn't know the way and he was going anyways.</p> <span><strong>Mohit Choudhary</strong></span><br> </div> </div> </div> </div> </div> </div> </div> </div> <!-- END / HOME GUEST BOOK --> <!-- NEWS --> <section class="section-news"> <div class="container"> <div class="content"> <div class="row"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Attractions</h2> <p>Explore the cultural and natural wonders surrounding the hotel</p> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/3.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Khatushyamji Mandir</a> <p>Located around 65 kilometres from the Sikar city centre, KhatushyamJi Temple is a significant pilgrimage site among the believers of the...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/1.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Nehru Park</a> <p>One of the largest parks, the Nehru Park is among the prominent tourist attractions in Sikar. Used for many social gatherings during...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/2.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold " href="attractions.php">Harshnath Temple</a> <p>Located at a distance of 11 kilometres from the main Sikar city centre in the Sikar district of Rajasthan, the Harshnath Temple is an...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> </div> </div> </div> </section> <!-- END / NEWS --> <?php include 'include/footer.php'?> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script> document.getElementById('close-popup').addEventListener('click', function() { document.getElementById('popup').style.display = 'none'; }); // Optional: Automatically close the popup after video ends const video = document.querySelector('#popup-content video'); video.addEventListener('ended', function() { document.getElementById('popup').style.display = 'none'; }); </script> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap-select.js"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/lib/owl.carousel.js"></script> <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script> <script type="text/javascript" src="js/lib/jquery.countTo.js"></script> <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script> <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="js/lib/SmoothScroll.js"></script> <!-- validate --> <script type="text/javascript" src="js/lib/jquery.form.min.js"></script> <script type="text/javascript" src="js/lib/jquery.validate.min.js"></script> <!-- Custom jQuery --> <script type="text/javascript" src="js/scripts.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings