File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelthongsal.com/deluxe-room.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, shrink-to-fit=no"> <!-- page title --> <title>Deluxe Room | Hotel Thongsal</title> <!-- favicon --> <link rel="icon" href="img/fevicon.png" /> <!-- bootstrap core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- font awesome --> <link href="css/all.min.css" rel="stylesheet"> <!-- owl carousel --> <link href="css/owl.carousel.min.css" rel="stylesheet"> <link href="css/owl.theme.default.min.css" rel="stylesheet"> <!-- venobox css --> <link rel="stylesheet" href="css/venobox.css"> <!-- datepicker css --> <link rel="stylesheet" href="css/datepicker.min.css"> <!-- custom styles for this template --> <link href="css/custom.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/helper.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> </head> <body> <?php include 'include/header.php'; ?> <div class="inner-banner inner-banner-bg"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-8 col-md-8 mb-30"> <!-- page-title --> <div class="page-title"> <h1>Deluxe Room</h1> </div> <!-- page-title end --> </div> <div class="col-lg-4 col-md-4 mb-30"> <!-- breadcrumb --> <ol class="breadcrumb mb-0"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item active">Deluxe Room</li> </ol> <!-- breadcrumb end --> </div> </div> </div> </div> <div class="detail-page pt-70 pb-40"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8"> <!-- <div class="title"> <h2>Deluxe Room</h2> </div> --> <!-- detail page gallery --> <div class="owl-carousel detail-page-gallery-carousel mb-20"> <figure class="item mb-0"> <img src="img/rooms/deluxe-slide1.jpg" alt="#"> </figure> <!--<figure class="item mb-0"> <img src="img/rooms/deluxe-slide2.jpg" alt="#"> </figure> <figure class="item mb-0"> <img src="img/rooms/deluxe-slide3.jpg" alt="#"> </figure> <figure class="item mb-0"> <img src="img/rooms/deluxe-slide4.jpg" alt="#"> </figure> <figure class="item mb-0"> <img src="img/rooms/deluxe-slide5.jpg" alt="#"> </figure> <figure class="item mb-0"> <img src="img/rooms/deluxe-slide6.jpg" alt="#"> </figure> --> </div> <!-- detail page gallery end --> <!-- tabs --> <div class="detail-tabs mb-30"> <ul class="nav nav-tabs nav-pills nav-justified" id="myTab" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="tab1-tab" data-toggle="tab" href="#tab1" role="tab" aria-controls="tab1" aria-selected="true">Overview</a> </li> <li class="nav-item"> <a class="nav-link" id="tab2-tab" data-toggle="tab" href="#tab2" role="tab" aria-controls="tab2" aria-selected="false">Amenities</a> </li> </ul> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active p-15" id="tab1" role="tabpanel" aria-labelledby="tab1-tab"> <!-- overview --> <h4 class="mb-6">Overview</h4> <p>The Deluxe Room at Hotel Thongsal offers an elevated level of comfort and sophistication, perfect for guests seeking a more luxurious stay. Elegantly designed with a blend of modern aesthetics and traditional Ladakhi charm, the room features high-quality wooden furnishings, rich textiles, and tasteful decor that create a warm and inviting atmosphere. Large windows provide sweeping views of the majestic Himalayas and the serene valleys below, allowing guests to fully immerse themselves in the natural beauty of Leh. The Deluxe Room is equipped with a king-size bed or twin beds, premium linens, a flat-screen TV, free Wi-Fi, and a spacious wardrobe, ensuring a restful and convenient stay.</p> <p>In addition to its aesthetic appeal, the Deluxe Room boasts an en-suite bathroom that offers both luxury and functionality. Guests can indulge in a relaxing bath or a refreshing hot shower, complemented by premium toiletries and plush towels. A comfortable seating area within the room is perfect for enjoying a quiet moment with a cup of tea or coffee, which can be prepared using the in-room facilities. Additional amenities include a minibar, bottled water, and daily housekeeping, all designed to enhance the guest experience. With its blend of comfort, style, and breathtaking views, the Deluxe Room at Hotel Thongsal provides an idyllic retreat for travelers looking to experience the best of Leh in a setting of refined elegance.</p> <!-- overview end --> </div> <div class="tab-pane fade p-15" id="tab2" role="tabpanel" aria-labelledby="tab2-tab"> <!-- ameneties --> <h4 class="mb-6">Amenities</h4> <div class="row"> <div class="col-lg-4"> <ul class="ameneties-list"> <li><i class="fa-solid fa-circle-check"></i> Restaurant</li> <li> <i class="fa-solid fa-circle-check"></i> Tea Kettle </li> <li><i class="fa-solid fa-circle-check"></i> AC</li> </ul> </div> <div class="col-lg-4"> <ul class="ameneties-list"> <li><i class="fa-solid fa-circle-check"></i> Laundry</li> <li><i class="fa-solid fa-circle-check"></i> TV</li> <li><i class="fa-solid fa-circle-check"></i> WiFi</li> </ul> </div> <div class="col-lg-4"> <ul class="ameneties-list"> <li><i class="fa-solid fa-circle-check"></i> Hot and Cold Water </li> <li><i class="fa-solid fa-circle-check"></i> Daily Housekeeping</li> <li><i class="fa-solid fa-circle-check"></i> Room Service</li> </ul> </div> </div> <!-- ameneties end --> </div> </div> </div> <!-- tabs end --> </div> <div class="col-lg-4 col-md-4"> <aside> <!-- filter widget --> <div class="filter-widget mb-20"> <div class="accordion filter-accordion" id="filter-widget-accordion4-d"> <div class="card"> <div class="card-header" id="headingOne4-d"> <a class="btn btn-link w-100 text-left" href="https://asiatech.in/booking_engine/index3?token=NzI1Nw==" data-toggle="collapse" data-target="#collapseOne4-m" aria-expanded="true" aria-controls="collapseOne4-m"> <!-- title widget --> <div class="filter-title-widget"> <h3>Book a Room <i class="fas fa-plus-square float-right"></i> <i class="fas fa-minus-square float-right"></i></h3> </div> <!-- title widget end --> </a> </div> <div id="collapseOne4-m" class="collapse show mt-10" aria-labelledby="headingOne4-d" data-parent="#filter-widget-accordion4-d"> <div class="card-body"> <ul class="list-inline select-all mb-10"> <li class="list-inline-item">Deluxe Room</li> </ul> <div class="table-responsive"> </div> <a class="btn-style-1" href="https://asiatech.in/booking_engine/index3?token=NzI1Nw==" target="_blank">Book Now</a> </div> </div> </div> </div> </div> <!-- filter widget end --> <!-- help us --> <div class="help-us mb-30"> <h3>How can we help you?</h3> <p>The elegant and luxurious rooms make your stay comfortable and reminiscent.</p> <a class="view-detail-btn" href="tel:+919541379282 "><i class="fas fa-phone-volume"></i> Contact Us</a> </div> <!-- help us end --> </aside> </div> </div> </div> </div> <?php include 'include/footer.php'; ?> <script src="js/jquery-3.5.1.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <!-- counter js --> <script src="js/jquery-1.10.2.min.js"></script> <script src="js/waypoints.min.js"></script> <script src="js/jquery.counterup.min.js"></script> <!-- venobox js --> <script src="js/venobox.min.js"></script> <!-- owl carousel --> <script src="js/owl.carousel.min.js"></script> <!-- portfolio js --> <script src="js/jquery.mixitup.min.js"></script> <!-- datepicker js --> <script src="js/datepicker.min.js"></script> <!-- script js --> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings