File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelshrikaranivilas.com/deluxe.php
Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Deluxe AC Room | Hotel Shri Karni Vilas</title> <meta name="description" content="Deluxe AC Room"> <meta name="author" content=""> <meta name="keywords" content=""> <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="new/fav.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"> <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <style> .mainbg{background-image: url(new/backnew.jpg) ; </style> </head> <body> <div class="site-loading"> <img src="new/loading.gif" alt="Loading"> </div> <div class="site-backtop" title="Back to top"> <i class="fa fa-angle-up"></i> </div> <?php include 'include/header.php'; ?> <!-- Site Header End --> <!-- Site Main --> <div class="site-main"> <!-- <div class="section"> <div class="widget-page-title"> <div class="widget-background" data-background="assets/img/photo-title.jpg"></div> <div class="wrapper-inner"> <h5>EXPERIENCE THE FREEDOM</h5> <h1>Single Room</h1> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget commodo orci. Integer varius nibh eu mattis porta. Pellentesque dictum sem eget cursus semper. Nullam quis blandit lorem. Morbi blandit orci urna, eu congue magna faucibus at. In bibendum in mauris nec ultrices. Nunc et magna velit.</p> <div class="widget-breadcrumb"> <ul> <li><a href="#">HOME</a></li> <li><a href="#">PAGES</a></li> <li><a href="#">ROOMS</a></li> <li>SINGLE ROOM</li> </ul> </div> </div> </div> </div>--> <!-- Section Page Title End --> <!-- Section Rooms Detail --> <div class="section mainbg"> <div class="wrapper-inner"> <div class="widget-rooms-detail"> <div class="widget-inner"> <h1 class="gal">Deluxe AC Room</h1> <div class="row"> <div class="col-md-8"> <div class="room-slider"> <div class="room-price">₹1100/<small>PER NIGHT</small></div> <div class="owl-carousel owl-theme owl-type1"> <a href="new/deluxe1.jpg" data-background="new/deluxe1.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe2.jpg" data-background="new/deluxe2.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe3.jpg" data-background="new/deluxe3.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe4.jpg" data-background="new/deluxe4.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe5.jpg" data-background="new/deluxe5.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe6.jpg" data-background="new/deluxe6.jpg" title="Deluxe AC Room" class="popup-gallery"></a> <a href="new/deluxe7.jpg" data-background="new/deluxe7.jpg" title="Deluxe AC Room" class="popup-gallery"></a> </div> </div> <div class="room-thumbnails"> <div class="owl-carousel"> <a href="#" data-background="new/deluxe1.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe2.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe3.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe4.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe5.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe6.jpg" title="Single Room"></a> <a href="#" data-background="new/deluxe7.jpg" title="Single Room"></a> </div> </div> <div class="room-desc"> <h5>ROOM DESCRIPTION</h5> <p>Deluxe Ac Rooms are equipped with shower and some of them with balcony overlooking city . Each room is air conditioned and has a flat-screenTV with international TV channels, cozy king size bed and spacious wardrobe.</p> </div> </div> <div class="col-md-4"> <div class="room-booking"> <h5>BOOKING</h5> <h2>Book a Room</h2> <div class="data-form"> <form action="https://www.asiatech.in/booking_engine/index3.php?token=MjkyNQ==" target="blank" rel="nofollow" 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" required> </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" required> </div> </div> <div class="row"> <div class="col-md-12"> <i class="fa fa-caret-down"></i> <select name="adults" required> <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" required> <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> <div class="room-features"> <h5>FEATURES</h5> <h2>Room Features</h2> <ul> <li><i class="fa fa-check"></i> MARBLE FLOOR</li> <li><i class="fa fa-check"></i> WARDROBE</li> <li><i class="fa fa-check"></i> SEPARATE BATHROOM</li> <li><i class="fa fa-check"></i> FREE TOILETRIES</li> <li><i class="fa fa-check"></i> TELEPHONE</li> <li><i class="fa fa-check"></i> WAKE-UP SERVICE</li> <li><i class="fa fa-check"></i> FREE WI-FI</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="https://maps.google.com/maps/api/js?sensor=false&language=en"></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