File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelthongsal.com/index.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>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="slider"> <div class="search-area"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-8 col-sm-12 col-12 offset-xl-0 offset-lg-3 offset-sm-0"> <div class="center-search"> <h1 class="text-white">Enjoy Your Holiday</h1> <p class="text-white">Book Hotel</p> <form class="form-style-1" action="https://asiatech.in/booking_engine/index3?token=NzI1Nw==" method="post" target="_blank"> <!-- <div class="form-group"> <input type="text" class="form-control" placeholder="Search City"> </div> --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <input type="text" class="form-control" id="check-in" placeholder="Check In"> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <input type="text" class="form-control" id="check-out" placeholder="Check Out"> </div> </div> </div> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <select class="form-control"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <select class="form-control"> <option>Children</option> <option>0</option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select> </div> </div> </div> <div class="form-group"> <select class="form-control"> <option>Rooms</option> <option>Standard Room</option> <option>Deluxe Room</option> </select> </div> <button type="submit" class="btn-style-1 w-100">Search</button> </form> </div> </div> </div> </div> </div> <div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="img/slider/slider-1.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/slider-2.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/slider-3.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/slider-4.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/slider-5.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/slider-6.jpg" alt="" > </div> <!-- <div class="carousel-item"> <img src="img/slider/slider-7.jpg" alt="" > </div> --> </div> <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev"> <i class="fas fa-caret-left"></i></a> <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next"> <i class="fas fa-caret-right"></i></a> </div> </div> <!-- ================ Slider area end ================ --> <!-- ================ About area ================ --> <div class="about-area pt-70 pb-60"> <div class="container"> <div class="row"> <div class="col-lg-6 mb-30"> <!-- about text --> <div class="about-col"> <h6>About Us</h6> <h2><span>Hotel Thongsal </span></h2> <p>Hotel Thongsal in Leh offers a serene retreat amidst the majestic landscapes of Ladakh. Nestled away from the hustle of the town, it provides panoramic views of the snow-capped mountains and lush greenery. The hotel's traditional Ladakhi architecture is complemented by modern amenities, ensuring a comfortable stay. Guests can enjoy spacious rooms, a multi-cuisine restaurant, and personalized service. The tranquil garden and rooftop terrace are perfect for relaxation. Conveniently located near key attractions, Hotel Thongsal is an ideal base for exploring Leh. Experience the blend of cultural heritage and contemporary luxury at this charming hotel. </p> <a class=" btn-style-1" href="about.php" role="button">Explore More <i class="fas fa-long-arrow-alt-right pl-6"></i></a> </div> <!-- about text end --> </div> <div class="col-lg-6 mb-30"> <!-- about video --> <div class="about-video-img-box position-relative rounded"> <img src="img/about-img.jpg" alt="" class="img-fluid rounded"> </div> <!-- about video end --> </div> </div> </div> </div> <!-- ================ About area end ================ --> <!-- ================ Most popular Hotel ================ --> <div class="most-popular-Hotel pt-70 pb-70 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Accommodation</h2> <span class="dashed-border"></span> </div> <!-- section title --> </div> <div class="container"> <div class="row"> <div class="col-lg-9" style="padding:0;"> <div class="Hotel-results-list"> <div class="list-box mb-30"> <div class="owl-carousel list-box-carousel"> <figure class="item"> <img src="img/rooms/r1.jpg" alt="img description"> </figure> </div> <div class="list-box-content"> <div class="list-box-title"> <h3>Standard Room<span>Rs. 1680 <em>/ night</em></span></h3> <p>The Standard Room at Hotel Thongsal provides a cozy and comfortable retreat with tasteful decor and essential amenities, perfect for a relaxing stay. </p> </div> <div class="list-box-rating"> <span class="at-stars"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="far fa-star"></i> </span> <em>102 review</em> </div> <ul class="hotel-featured"> <li><span><i class="fas fa-fan"></i> AC</span></li> <li><span><i class="fas fa-bath"></i> Attached Bathroom</span></li> <li><span><i class="fas fa-home"></i> Daily Housekeeping</span></li> <li><span><i class="fas fa-concierge-bell"></i> Room Service</span></li> </ul> <div class="btn-wrapper mt-20 d-inline-block w-100"><a class="view-detail-btn" href="standard-room.php">View Details</a> <a class="book-now-btn ml-6" href="https://asiatech.in/booking_engine/index3?token=NzI1Nw==" target="_blank">Book Now</a> </div> </div> </div> </div> </div> <div class="col-lg-3" style="padding:0;"> <aside> <!-- sidebar --> <div class="desktop-filter-sidebar"> <div class="help-us mb-30"> <h3>How can we help you?</h3> <p>We're here to assist you with all your needs, ensuring a seamless and enjoyable experience. </p> <a class="view-detail-btn" href="tel:+919541379282"><i class="fas fa-phone-volume"></i> Contact Us</a> </div> <!-- help us end --> </div> <!-- sidebar end --> </aside> </div> </div> <div class="row"> <div class="col-lg-9" style="padding:0;"> <div class="Hotel-results-list"> <div class="list-box mb-30"> <div class="owl-carousel list-box-carousel"> <figure class="item"> <img src="img/rooms/r2.jpg" alt="img description"> </figure> </div> <div class="list-box-content"> <div class="list-box-title"> <h3>Deluxe Room<span>Rs. 1920 <em>/ night</em></span></h3> <p>The Deluxe Room at Hotel Thongsal offers luxurious comfort with stunning mountain views, elegant decor, and modern amenities for an unforgettable stay. </p> </div> <div class="list-box-rating"> <span class="at-stars"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="far fa-star"></i> </span> <em>102 review</em> </div> <ul class="hotel-featured"> <li><span><i class="fas fa-fan"></i> AC</span></li> <li><span><i class="fas fa-bath"></i> Attached Bathroom</span></li> <li><span><i class="fas fa-home"></i> Daily Housekeeping</span></li> <li><span><i class="fas fa-concierge-bell"></i> Room Service</span></li> </ul> <div class="btn-wrapper mt-20 d-inline-block w-100"><a class="view-detail-btn" href="deluxe-room.php">View Details</a> <a class="book-now-btn ml-6" href="https://asiatech.in/booking_engine/index3?token=NzI1Nw==" target="_blank">Book Now</a> </div> </div> </div> </div> </div> <div class="col-lg-3" style="padding:0;"> <aside> <!-- sidebar --> <div class="desktop-filter-sidebar"> <div class="help-us mb-30"> <h3>How can we help you?</h3> <p>We're here to assist you with all your needs, ensuring a seamless and enjoyable experience. </p> <a class="view-detail-btn" href="tel:+919541379282"><i class="fas fa-phone-volume"></i> Contact Us</a> </div> <!-- help us end --> </div> <!-- sidebar end --> </aside> </div> </div> </div> </div> <!-- ================ Most popular Hotel end ================ --> <!-- ================ Popular destinations ================ --> <div class="popular-destinations pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Places to Visit in Leh, Ladakh</h2> <span class="dashed-border"></span> </div> <!-- section title --> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/1.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">Pangong Lake</a></h3> </div> </div> <!-- popular destination box end --> </div> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/2.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php"> Khardungla Pass</a></h3> </div> </div> <!-- popular destination box end --> </div> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/3.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php"> Magnetic Hill</a></h3> </div> </div> <!-- popular destination box end --> </div> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/4.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">Nubra Valley</a></h3> </div> </div> <!-- popular destination box end --> </div> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/5.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">Tso Moriri Lake</a></h3> </div> </div> <!-- popular destination box end --> </div> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/6.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">Lamayuru Monastery</a></h3> </div> </div> <!-- popular destination box end --> </div> </div> </div> </div> <!-- ================ Popular destinations end ================ --> <!-- ================ Testimonials ================ --> <div class="testimonials-area testimonial-bg pt-70 pb-70"> <div class="container"> <div class="testimonial-carousel owl-carousel owl-theme"> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Value for money. All the staffs were very courteous. Food were tasty. I would recommend Thongsal to others. Just one suggestion - please keep a dressing table or mirror in the room. Cant go to bathroom everytime to use mirror."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/01.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Suprith G</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"We stayed three nights at Hotel Thongsal which by the way means "Great View" in Ladakhi language. The hotel and kitchen staff is extremely friendly. Food was great; there is non vegetarian option too. The view of Shanti Stupa and the mountain peaks of Hemis was awesome. The main market is walkable but it takes a good 20 to 30 minutes depending on your pace. Going to the main market is all downhill and it was enjoyable; returning is an uphill task. Cabs are available for the return journey and they charge Rs. 300 per cab. Overall a very pleasant stay experience."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/02.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase"> Sourav Basu</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Rooms are a bit old fashioned, but pretty decent for the mountains. Their service was also good, and the buffet food was also quite tasty. They mostly repeated breakfast menu but the number if items were decent. Good and polite staff."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/03.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Mishal Shah</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"The staff are polite,welcoming. Food was good. The view of Shanti Stupa and mountains was pleasant. The Apricots and Apples in the lawn were natural andvtasty. Nearby market (about 2 KM)."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/04.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Phanidhar Godavari</h4> <small class="designation text-muted">Guest</small> </div></div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Excellent hotel. Amazing experience. Tastey food. Excellent view. I love Thongsal hotel very much. In future if I get a chance to visit Leh, I will definitely choose Thongsal without any doubt."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/05.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Aurojit Basak</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Great hotel, very scenic surroundings, and the staff is also very punctual, polite, and welcoming. Loved the stay here."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/06.png" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Tanmay Joshi</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> </div> </div> </div> <div class="blog-area pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Gallery</h2> <span class="dashed-border"></span> </div> <!-- section title --> <div class="row"> <div class="row row-cols-lg-3 row-cols-md-3 row-cols-sm-2 row-cols-1"> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/1.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/1.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/2.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/2.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/3.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/3.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/4.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/4.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/5.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/5.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/6.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/6.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> </div> </div> </div> </div> <div class="how-it-works pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <div class="section-title text-center"> <h2>How it Works</h2> <span class="dashed-border"></span> </div> <div class="row"> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/1.png" alt=""></div> <h4 class="mb-10">Search Multiple Destinations</h4> <p class="mb-0">Multiple Destinations offers a diverse selection of hotels, each providing unique experiences tailored to various traveler needs. Whether seeking luxury, adventure, or cultural immersion, guests can find the perfect accommodation to enhance their journey.</p> </div> </div> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/2.png" alt=""></div> <h4 class="mb-10">Find the Lowest Hotel Prices</h4> <p class="mb-0">Discover unbeatable deals and the lowest hotel prices for your next stay, ensuring you enjoy top-quality accommodations without breaking the bank. Book now and experience comfort and value at exceptional rates. </p> </div> </div> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/3.png" alt=""></div> <h4 class="mb-10">Find the Right Hotel for You</h4> <p class="mb-0">Discover the perfect blend of comfort and luxury at Hotel Thongsal, where stunning mountain views and exceptional service create an unforgettable stay in Leh. Enjoy modern amenities, traditional Ladakhi charm, and curated experiences tailored to make your visit truly special.</p> </div> </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