File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelprakashparadise.in/deluxe.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>Deluxe Room | Hotel Prakash Paradise</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"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <?php include("include/header.php");?> <!-- ======================================= ==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="#">Home</a></li> <li><a href="#">Room</a></li> <li class="active">Deluxe Room</li> </ol> <h2 class="text-uppercase color-ff">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"> <div id="demo" class="carousel slide" data-bs-ride="carousel"> <!-- Indicators/dots --> <div class="carousel-indicators"> <button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button> <button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button> <button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button> <button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button> <button type="button" data-bs-target="#demo" data-bs-slide-to="4"></button> </div> <!-- The slideshow/carousel --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/room/deluxe-slide1.jpg" alt="Deluxe Room" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <img src="images/room/deluxe-slide2.jpg" alt="Deluxe Room" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <img src="images/room/deluxe-slide3.jpg" alt="Deluxe Room" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <img src="images/room/deluxe-slide4.jpg" alt="Deluxe Room" class="d-block" style="width:100%"> </div> <div class="carousel-item"> <img src="images/room/deluxe-slide5.jpg" alt="Deluxe Room" class="d-block" style="width:100%"> </div> </div> <!-- Left and right controls/icons --> <button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev"> <span class="carousel-control-prev-icon"></span> </button> <button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next"> <span class="carousel-control-next-icon"></span> </button> </div> <div class="details-text"> <h3 class="playfair color-33 mb-30">Deluxe Room</h3> <p> The Deluxe Room offers a perfect blend of comfort and sophistication, designed to cater to the needs of both leisure and business travelers. These elegantly furnished rooms feature plush bedding, contemporary interiors, and ample space to ensure a relaxing stay. Equipped with modern amenities such as air conditioning, a flat-screen TV, high-speed Wi-Fi, a work desk, and a minibar, the Deluxe Room ensures guests have everything they need for a seamless experience. Large windows allow natural light to brighten the space while offering delightful views of the surroundings.<br /><br /> Guests staying in the Deluxe Room can also enjoy thoughtful touches such as 24-hour room service, daily housekeeping, and complimentary toiletries. The room’s well-designed layout provides an ideal environment for unwinding after a busy day of work or exploration. Whether it’s enjoying a peaceful evening indoors or preparing for a productive day ahead, the Deluxe Room promises a stay defined by comfort, convenience, and style. </p> </div> </div> </div> <div class="col-lg-4"> <div class="booking-form"> <form action="https://asiatech.in/booking_engine/index3?token=ODI0Nw==" method="post" target="_blank"> <h4 class="color-22 text-center playfair">Reserve Your Room</h4> <!-- <p class="color-22 text-center">Book with Stuck Hotel</p> --> <span class="divider"></span> <!-- <div class="group "> <label for="name3">Name</label> <input type="text" name="name" id="name" placeholder="Your Name" required=""> </div> <div class="group "> <label for="name3">Email</label> <input type="text" id="email" placeholder="Your Email" name="email" required=""> </div> <div class="group "> <label for="name3">Phone</label> <input type="text" name="phone" id="phone" placeholder="Your Phone" required=""> </div> --> <div class="group checkin"> <label for="booking-checkin">CHECK IN Date</label> <input type="text" name="check_in" id="booking-checkin" placeholder="MM/DD/YY" readonly> </div> <div class="group checkout"> <label for="booking-checkout">CHECK OUT Date</label> <input type="text" name="check_out" id="booking-checkout" placeholder="MM/DD/YY" readonly> </div> <div class="group adult"> <label for="children">Adult</label> <input type="text" name="adult" 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> <div class="group children"> <label for="children">Children</label> <input type="text" name="children" id="children" value="0" 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> </div> </section> <!-- ======================================= ==End details info 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 text-center"> <h2 class="color-1c pos-relative"> Room Amenities</h2> <p class="color-1c text-uppercase">Luxury Trip will Give Best Service</p> </div> </div> </div> <div class="row"> <div class="col-12"> <ul class="facilities-list clearfix"> <li>Lawn</li> <li>Housekeeping</li> <li>Power Backup</li> <li>Air Conditioning</li> <li>Swimming Pool</li> <li>TV</li> <li>WiFi</li> <li>Laundry Service</li> </ul> </div> </div> </div> </section> <!-- ======================================= ==End facilities section== =======================================--> <?php include("include/footer.php");?> <!-- jQuary library --> <script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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