File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hellohotelsindia.com/deluxe-room-with-private-balconyverandah.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Deluxe Room with Private Balcony/Verandah | The Nature's Green Resort</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css"> <link rel="icon" type="image/x-icon" href="img/favicon.ico"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <style> #element{ display:none; } .mobile-menu-main ul li:nth-child(2){ background: #07798a; } </style> </head> <body> <?php $page = 'deluxe-room-with-private-balconyverandah';include 'include/header.php'; ?> <div class="inner-banner"> <img src="img/banner.jpg" alt=""> </div> <?php include 'include/mobile-menu.php';?> <div class="room-nav"> <div class="room-nav-item"> <ul> <li><a class="active" href="deluxe-room-with-private-balconyverandah.php">Deluxe Room with Private Balcony/Verandah</a></li> <li><a class="" href="super-deluxe-room-with-private-balcony.php">Super Deluxe Room with Private Balcony</a></li> <li><a class="" href="4-bedded-family-room-with-balcony.php">4 Bedded Family Room with Balcony</a></li> <li><a class="" href="2-bedrooms-luxury-bungalow.php">2 Bedrooms Luxury Bungalow</a></li> <li><a class="" href="3-bedrooms-private-chalet.php">3 Bedrooms Private Chalet</a></li> <li><a class="" href="2-bdr-modern-heritage-bungalow.php">2 BDR Modern Heritage Bungalow</a></li> </ul> </div> </div> <section class="pt-pb-30"> <h1 class="text-center pt-pb-30">Deluxe Room with Private Balcony/Verandah</h1> <div class="container"> <div style="position: relative;"> <div id="demo" class="carousel slide" data-ride="carousel"> <!-- The slideshow --> <div class="carousel-inner room"> <div class="carousel-item active"> <img src="img/room/deluxe-room1.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room2.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room3.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room4.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room5.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room6.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room7.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room8.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room9.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room10.jpg" alt="The Nature's Green Resort"> </div> <div class="carousel-item"> <img src="img/room/deluxe-room11.jpg" alt="The Nature's Green Resort"> </div> </div> </div> <!-- Left and right controls --> <a class="carousel-control-prev" href="#demo" data-slide="prev"> <span class="carousel-control-prev-icon"></span> </a> <a class="carousel-control-next" href="#demo" data-slide="next"> <span class="carousel-control-next-icon"></span> </a> </div> <p class="mt-4">In search of couple-friendly rooms near Bhimtal Lake? Look no further! Our 5 Deluxe Rooms with Private Balcony/Verandah are designed to exceed your expectations. Each room spans a generous 182 sq. ft., showcasing traditional wooden architecture that exudes a homely atmosphere. Whether you're an avid reader or simply like to relish a tranquil cup of tea or coffee amidst the lush green forests and valleys, these air-conditioned rooms are tailored for your delight. Decked out with modern amenities like complimentary internet access, a smart TV, 24/7 room service, tea/coffee making facilities, and more, your stay promises utmost convenience and comfort.</p> <div class=""> <a href="http://bookings.hellohotelsindia.com/" class="btn-default">Book Now</a> </div> </div> </section> <section class="pt-pb-30-60 mt-4"> <div class="container"> <div style="background-color: #e7d8c1;"> <div class="row"> <div class="col-md-12 text-center pt-pb-30"> <h2>Amenities</h2> </div> </div> <div class="row mt-4"> <div class="col-md-6"> <ul><li>Air-conditioning</li><li>Wi-Fi Internet Access</li><li>Hot Water</li><li>Television</li><li>Tea & Coffee Maker</li><li>Mineral Water Bottle</li><li>Hair Dryer (On Request)</li></ul> </div> <div class="col-md-6"> <ul><li>Iron & Ironing Board</li><li>Bathrobe & Bath Slippers</li><li>24/7 Room Service</li><li>Laundry Service (Chargeable)</li><li>Fruit Platter (Chargeable)</li><li>Balcony</li></ul> </div> </div> </div> </div> </section> <?php include 'include/footer.php';?> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script> <script src="js/script.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js'></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings