File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelsanthoshinn.com/deluxe-double-bed-ac.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Mobile Web-app fullscreen --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <!-- Meta tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="favicon.ico"> <!--Title--> <title>Hotel Santhosh Inn | Deluxe double Bed Ac Room</title> <!--CSS styles--> <link rel="stylesheet" media="all" href="css/bundle.min.css" /> <!--Google fonts--> <link href="https://fonts.googleapis.com/css?family=Montserrat:300,500&subset=latin-ext" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="page-loader"></div> <div class="wrapper"> <?php include'include/header.php' ?> <!-- ======================== Room ======================== --> <section class="page" style="margin-bottom:70px;"> <!-- === Page header === --> <div class="page-header" style="background-image:url(assets/images/room/header-1.webp)"> <div class="container"> <h2 class="title">Deluxe double Bed Ac Room</h2> <p>Available from Rs. 2,000 per night</p> </div> </div> <div class="room"> <!-- === Room gallery === --> <div class="room-gallery"> <div class="container"> <div class="owl-slider owl-theme owl-slider-gallery"> <!-- === slide item === --> <div class="item" style="background-image:url(assets/images/room/d-ac1.webp)"> <img src="assets/images/room/d-ac1.webp" alt="" /> </div> <!-- === slide item === --> <div class="item" style="background-image:url(assets/images/room/d-ac2.webp)"> <img src="assets/images/room/d-ac2.webp" alt="" /> </div> </div> <!--/owl-slider--> </div> </div> <!--/room-gallery--> <!-- === Booking === --> <div class="booking booking-inner"> <div class="container"> <div class="booking-wrapper"> <div class="row"> <!--=== date arrival ===--> <div class="col-xs-4 col-sm-3"> <div class="date" id="dateArrival" data-text="Arrival"> <input class="datepicker" readonly="readonly" /> <div class="date-value"></div> </div> </div> <!--=== date departure ===--> <div class="col-xs-4 col-sm-3"> <div class="date" id="dateDeparture" data-text="Departure"> <input class="datepicker" readonly="readonly" /> <div class="date-value"></div> </div> </div> <!--=== guests ===--> <div class="col-xs-4 col-sm-2"> <div class="guests" data-text="Guests"> <div class="result"> <input class="qty-result" type="text" value="2" id="qty-result" readonly="readonly" /> <div class="qty-result-text date-value" id="qty-result-text"></div> </div> <!--=== guests list ===--> <ul class="guest-list"> <li class="header"> Please choose number of guests <span class="qty-apply"><i class="icon icon-cross"></i></span> </li> <!--=== adults ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="2" type="text" id="ticket-adult" data-value="2" readonly="readonly" /> </div> <div> <span>Adults <small>16+ years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-adult" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-adult" /> </div> </li> <!--=== chilrens ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="0" type="text" id="ticket-children" data-value="0" readonly="readonly" /> </div> <!--=== Label ===--> <div> <span>Children <small>2-11 years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-children" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-children" /> </div> </li> <!--=== Infants ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="0" type="text" id="ticket-infants" data-value="0" readonly="readonly" /> </div> <!--=== Label ===--> <div> <span>Infants <small>Under 2 years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-infants" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-infants" /> </div> </li> </ul> </div> </div> <!--=== button ===--> <div class="col-xs-12 col-sm-4"> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDcwNA==" target="_blank" class="btn btn-clean"> Book now <small>Best Prices Guaranteed</small> </a> </div> </div> <!--/row--> </div><!--/booking-wrapper--> </div> <!--/container--> </div> <!--/booking--> <!-- === Room overview === --> <div class="room-overview"> <div class="container"> <div class="row"> <div class="col-sm-12 col-md-12"> <!-- === Room aminities === --> <div class="room-block room-aminities"> <h2 class="title">Room Amenities</h2> <div class="row"> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-air-condition"></span> <p>Air Conditioner</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-king-bed"></span> <p>1 Kingsize Bed</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-guest"></span> <p>2 People</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-wifi"></span> <p>Internet</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-washer"></span> <p>Washer</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-roomservice"></span> <p>Room service</p> </figcaption> </figure> </div> </div> </div> <!-- === Room block === --> <div class="room-block"> <h2 class="title">Room overview</h2> <p> Well-furnished and designed rooms feature air-conditioning, ergonomic work area, and LED HD TV. It comes with fine curtains, safety deposit box and tea and coffee amenities along with a mini-fridge. Attached bathrooms include free toiletries and a shower with cold and hot water facilities. Guests can make use of community table, tea trolley, business center, laundry, and ironing services. The 24- hour front desk provides car rental services. The hotel features state-of-the-art meeting spaces and open-air dining space.<br><strong>Note : </strong>Separate space available for self cooking and dining for people coming as individuals or groups. </p> </div> </div> <!--/col-sm-10--> </div> <!--/row--> </div> <!--/container--> </div> <!--/room-overview--> </div> </section> <?php include'include/footer.php' ?> </div> <!--/wrapper--> <!--JS files--> <script src="js/bundle.min.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings