File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelsatyaminn.co.in/super-deluxe-room.php
Back
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="utf-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="keywords" content="booking, hotel, apartment, bed, chalet, holiday, hostel, hotel, motel, reservation, resort, rooms, adventure, coupon, tour, travel"> <meta name="author" content="themebeck"> <!--[if IE]> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <![endif]--> <title>Supeer Deluxe Room | Hotel Satyam Inn</title> <!--favicon icon--> <link rel="icon" href="images/favicon.png"> <!-- font awesome css --> <link rel="stylesheet" href="css/theme.fonts.css"> <!--bootstrap min css--> <link rel="stylesheet" href="css/bootstrap.min.css"> <!--animate css--> <link rel="stylesheet" href="css/animate.min.html"> <!--jquery ui css--> <link rel="stylesheet" href="css/jquery-ui.min.css"> <!--plugin style css--> <link rel="stylesheet" href="css/plugin.style.css"> <!-- global style css --> <link rel="stylesheet" href="css/global.css"> <!-- style css --> <link rel="stylesheet" href="style.css"> <!--color css--> <link rel="stylesheet" href="css/color-1.css"> <!--responsive css--> <link rel="stylesheet" href="css/responsive.css"> </head> <body> <!-- ======================================= ==Start Header section== =======================================--> <?php include 'include/header.php'?> <!-- ======================================= ==End Header section== =======================================--> <!-- ======================================= ==Start Breadcrumbs section== =======================================--> <section class="hotel-breadcrumbs pos-relative"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-12"> <div class="breadcrumbs-content align-row-spacebetween"> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li><a href="#">Rooms</a></li> </ol> <h2 class="text-uppercase color-ff">Supeer Deluxe Room </h2> </div> </div> </div> </div> </section> <!-- ======================================= ==End Breadcrumbs section== =======================================--> <!-- ======================================= ==Start details info section== =======================================--> <section class="details-info section-padding"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="room-img"> <img src="images/rooms/super-deluxe-room.jpg" alt="room img" class="img-fluid"> </div> </div> <div class="col-lg-4"> <div class="booking-form"> <form action="https://asiatech.in/booking_engine/index3?token=NzQwMw=="method="post"> <h4 class="color-22 text-center playfair">Reserve Your Room</h4> <span class="divider"></span> <div class="group checkin"> <label for="booking-checkin">CHECK IN Date</label> <input type="text" id="booking-checkin" placeholder="MM/DD/YY" readonly> </div> <div class="group checkout"> <label for="booking-checkout">CHECK OUT Date</label> <input type="text" id="booking-checkout" placeholder="MM/DD/YY" readonly> </div> <div class="group children"> <label for="children">Children</label> <input type="text" name="children" id="children" value="1" readonly> <span class="increse"><i class="fa fa-angle-up"></i></span> <span class="decrese"><i class="fa fa-angle-down"></i></span> </div> <div class="group adult"> <label for="children">Adult</label> <input type="text" name="children" id="adult" value="1" readonly> <span class="increse"><i class="fa fa-angle-up"></i></span> <span class="decrese"><i class="fa fa-angle-down"></i></span> </div> <button type="submit" class="btn-default solid-bg-btn pos-relative"><span>Book now</span></button> </form> </div> </div> <div class="col-12"> <div class="details-text"> <h3 class="playfair color-33 ">Supeer Deluxe Room </h3> <p> The Super Deluxe Room offers an elevated experience with expansive, elegantly designed interiors and premium amenities. Guests can unwind on a plush king-size bed, enjoy entertainment on a large flat-screen TV, and stay connected with free Wi-Fi. Additional comforts include air conditioning, a luxurious bathroom with upscale toiletries, and a dedicated workspace, perfect for both relaxation and productivity. </p> </div> </div> </div> </div> </section> <!-- ======================================= ==End details info section== =======================================--> <!-- ======================================= ==Start hotel view section== =======================================--> <section class="hotel-view section-padding"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="img-area"> <img src="images/rooms/super-deluxe-room.jpg" alt="hotel view" class="img-fluid"> </div> </div> <br> <div class="col-md-4"> <div class="img-area"> <img src="images/rooms/super-deluxe-room2.jpg" alt="hotel view" class="img-fluid"> </div> </div> </div> </div> </section> <!-- ======================================= ==End hotel view section== =======================================--> <!-- ======================================= ==Start facilities action section== =======================================--> <section class="room-facilities single section-padding"> <div class="container"> <div class="row"> <div class="col-12"> <div class="section-title amt"> <h2 class="color-1c pos-relative"> Room Amenities</h2> <p class="color-1c text-uppercase">COMFORT, CONVENIENCE, MODERN AMENITIES.</p> </div> </div> </div> <div class="row"> <div class="col-12"> <ul class="facilities-list clearfix"> <li>Air Conditioning</li> <li>Flat-Screen TV</li> <li>Free Wi-Fi</li> <li>Toiletries</li> <li>Telephone</li> <li>Desk</li> <li>Seating Area</li> <li>Attached washroom</li> <li>Wardrobe</li> </ul> </div> </div> </div> </section> <!-- ======================================= ==End facilities section== =======================================--> <!-- ======================================= ==Start footer section== =======================================--> <?php include 'include/footer.php'?> <!-- ======================================= ==End footer section== =======================================--> <!-- ======================================= ==Start scroll top== =======================================--> <div class="scroll-top not-visible"><i class="fa fa-angle-up"></i></div> <!-- ======================================= ==End scroll top== =======================================--> <!-- jQuary library --> <script src="js/jquery-3.2.1.min.js"></script> <!--bootstrap js--> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <!--owl carousel js--> <script src="js/owl.carousel.min.js"></script> <!--slick js--> <script src="js/slick.js"></script> <!--jquery ui js--> <script src="js/jquery-ui.min.js"></script> <!--all plugin js--> <script src="js/plugin.js"></script> <!-- all jQuary activation code here and always it will be bottom of all script tag --> <script src="js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings