File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hillviewhomes.in/deluxe-room.php
Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Deluxe Room - Hill View Homes</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png"> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/font.awesome.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/magnific.popup.css"> <link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="assets/css/owl.theme.default.css"> <link rel="stylesheet" type="text/css" href="assets/css/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="assets/css/style.css"> <link rel="stylesheet" type="text/css" href="assets/css/responsive.css"> <style> .widget-about-promo .widget-inner p{ margin-bottom: 0px; } .site-header .header-bottom{ margin-bottom: 50px; } .wrapper-inner { margin-top:50px; } .site-header .header-bottom { background: #f5f5f5; } </style> </head> <body> <?php include 'include/header.php'; ?> <div class="site-main"> <!-- Section Page Title --> <div class="section"> <div class="widget-page-title"> <div class="widget-background" data-background="assets/img/photo-title.jpg"></div> <div class="wrapper-inner"> <!-- Title --> <p>We make the best to all our customers</p> <h1>Deluxe Room</h1> <!-- Title End --> <!-- Breadcrumb --> <div class="widget-breadcrumb"> <ul> <li><a href="index.php">HOME</a></li> <li><a href="#">ROOMS</a></li> <li>Deluxe Room</li> </ul> </div> <!-- Breadcrumb End --> </div> </div> </div> <div class="section"> <div class="wrapper-inner"> <div class="widget-rooms-detail"> <div class="widget-inner"> <div class="row"> <div class="col-md-8"> <!-- Room Slider --> <div class="room-slider"> <div class="room-price">Rs. 2,500/- <small>PER NIGHT</small></div> <div class="owl-carousel owl-theme owl-type1"> <a href="assets/img/room/deluxe1.jpg" data-background="assets/img/room/deluxe1.jpg" title="Deluxe Room" class="popup-gallery"></a> <a href="assets/img/room/deluxe2.jpg" data-background="assets/img/room/deluxe2.jpg" title="Deluxe Room" class="popup-gallery"></a> <a href="assets/img/room/deluxe3.jpg" data-background="assets/img/room/deluxe3.jpg" title="Deluxe Room" class="popup-gallery"></a> <a href="assets/img/room/deluxe4.jpg" data-background="assets/img/room/deluxe4.jpg" title="Deluxe Room" class="popup-gallery"></a> </div> </div> <!-- Room Slider End --> <!-- Room Thumbnails --> <div class="room-thumbnails"> <div class="owl-carousel"> <a href="#" data-background="assets/img/room/deluxe1.jpg" title="Deluxe Room"></a> <a href="#" data-background="assets/img/room/deluxe2.jpg" title="Deluxe Room"></a> <a href="#" data-background="assets/img/room/deluxe3.jpg" title="Deluxe Room"></a> <a href="#" data-background="assets/img/room/deluxe4.jpg" title="Deluxe Room"></a> </div> </div> <!-- Room Thumbnails End --> <!-- Room Description --> <div class="room-desc"> <h3>ROOM DESCRIPTION</h3> <p>In Hill View Homes, the Deluxe Rooms offer a luxurious and comfortable living space for residents seeking a touch of elegance and refinement in their accommodations. These rooms are meticulously designed to provide a premium experience, combining modern amenities with tasteful decor and stunning views of the surrounding hills and Bhimtal Lake. Upon entering the Deluxe Room, guests are greeted with an ambiance of sophistication and relaxation. The spacious layout allows for ample room to unwind and enjoy the tranquility of the surroundings. Plush furnishings, including a cozy king-size bed adorned with soft linens, beckon residents to indulge in restful nights of sleep.</p> </div> <!-- Room Description End --> </div> <div class="col-md-4"> <!-- Room Booking --> <div class="room-booking"> <h5>BOOKING</h5> <h2>Book a Room</h2> <div class="data-form"> <form action="https://asiatech.in/booking_engine/index3?token=NzA3Mg==" method="post"> <div class="row"> <div class="col-md-12"> <i class="fa fa-calendar-plus-o"></i> <input type="text" name="checkin" placeholder="CHECK IN" class="datepicker"> </div> </div> <div class="row"> <div class="col-md-12"> <i class="fa fa-calendar-plus-o"></i> <input type="text" name="checkout" placeholder="CHECK OUT" class="datepicker"> </div> </div> <div class="row"> <div class="col-md-12"> <i class="fa fa-caret-down"></i> <select name="adults"> <option value="">ADULTS</option> <option value="1">1 ADULT</option> <option value="2">2 ADULT</option> <option value="3">3 ADULT</option> </select> </div> </div> <div class="row"> <div class="col-md-12"> <i class="fa fa-caret-down"></i> <select name="childrens"> <option value="">CHILDRENS</option> <option value="1">1 CHILDREN</option> <option value="2">2 CHILDREN</option> <option value="3">3 CHILDREN</option> </select> </div> </div> <div class="row"> <div class="col-md-12"> <button type="submit" class="btn">BOOK NOW THIS ROOM</button> </div> </div> </form> </div> </div> <!-- Room Booking End --> <!-- Room Features --> <div class="room-features"> <h5>Facilities</h5> <h2>Room Facilities</h2> <ul> <li><i class="fa fa-check"></i> WI-FI</li> <li><i class="fa fa-check"></i> HOT BATH</li> <li><i class="fa fa-check"></i> EXCLUSIVE PARKING</li> <li><i class="fa fa-check"></i> ELECTRIC KETTLE</li> <li><i class="fa fa-check"></i> ROOM HEATER</li> <li><i class="fa fa-check"></i> GEYSER</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <?php include 'include/footer.php'; ?> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery-ui.min.js"></script> <script src="assets/js/jquery.fitvids.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/magnific.popup.min.js"></script> <script src="assets/js/imagesloaded.pkgd.js"></script> <script src="assets/js/isotope.pkgd.min.js"></script> <script src="assets/js/owl.carousel.min.js"></script> <script src="assets/js/booking.form.js"></script> <script src="assets/js/contact.form.js"></script> <script src="assets/js/gmap3.min.js"></script> <script src="assets/js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings