File manager - Edit - /home/asiatechinc/.trash/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- TITLE --> <title>Hotel Mangal Taara</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="images/favicon.png"/> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700" rel='stylesheet' type='text/css'> <!-- CSS LIBRARY --> <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="css/lib/settings.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css"> <link rel="stylesheet" type="text/css" href="css/custom.css"> <link rel="stylesheet" type="text/css" href="css/helper.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <style> @media only screen and (max-width: 600px) { .owl-controls .owl-prev, .owl-controls .owl-next { top: 75%; } .section-check-availability { margin-bottom:30px; } } .sidebar-contact { position: absolute; top: 152px; right: 16px; transform: translateY(-9%); width: 331px; height: auto; padding: 15px; background: #fff; box-shadow: 0 10px 25px rgb(0 0 0 / .1); box-sizing: border-box; transition: 0.5s; z-index: 99; } .sidebar-contact.active { right: 0 } .sidebar-contact input,.sidebar-contact textarea { width: 100%; height: 36px; padding: 5px; margin-bottom: 10px; box-sizing: border-box; border: 1px solid rgb(0 0 0 / .5); outline: none } .sidebar-contact h2 { margin: 0 0 20px; padding: 0 } .sidebar-contact textarea { height: 60px; resize: none } .sidebar-contact input[type="submit"] { background: #a6723a; color: #fff; cursor: pointer; border: none; font-size: 18px; margin-top: 10px } .close { position: absolute; right: 23px; background: red; color: #fff; padding: 5px; opacity:1; width: 23px; line-height: 20px; height: 27px; border-radius: 11px; } .close span { font-size: 18px; } .toggle1 { display: none; position: absolute; height: 48px; width: 48px; text-align: center; cursor: pointer; background: #602c2e; top: 0; left: -47px; line-height: 48px } .toggle1:before { content: '\f003'; font-family: fontAwesome; font-size: 18px; color: #fff } .toggle1.active:before { content: '\f00d' } .toggle-btn { background: #602c2e; width: 48px; height: 140px; border-top: solid 1px #000; margin-top: -5px } .toggle1 p { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); white-space: nowrap; position: relative; top: 75px; color: #fff; font-weight: 700; background: #602c2e; font-size: 17px } </style> </head> <body> <!-- PAGE WRAP --> <div id="page-wrap"> <?php include 'include/header.php'?> <!-- BANNER SLIDER --> <section class="section-slider"> <h1 class="element-invisible">Slider</h1> <div id="slider-revolution"> <ul> <li data-transition="fade"> <img src="images/slider-1.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Mangal Taara </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-sub-1" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000">Escape the ordinary. Embrace the tropical.</div> <a href="#" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> <!-- <li data-transition="fade"> <img src="images/slider-1.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Mangal Taara </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-3" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000"> Your beachfront bliss begins here. </div> <a href="#" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> --> </ul> </div> </section> <!-- END / BANNER SLIDER --> <!-- CHECK AVAILABILITY --> <section class="section-check-availability"> <div class="container"> <div class="check-availability"> <div class="row"> <div class="col-lg-3"> <h2>Check Availability</h2> </div> <div class="col-lg-9"> <form action="mail.php" method="post" target="_blank"> <div class="availability-form"> <input type="text" name="arrive" class="awe-calendar from" placeholder="Arrival Date"> <input type="text" name="departure" class="awe-calendar to" placeholder="Departure Date"> <select class="awe-select" name="adults"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> </select> <select class="awe-select" name="children"> <option>Children</option> <option>1</option> <option>2</option> <option>3</option> </select> <div class="vailability-submit"> <a href="#" class="awe-btn awe-btn-13">FIND THE BEST RATE</a> </div> </div> </form> </div> </div> </div> </div> </section> <!-- END / CHECK AVAILABILITY --> <!-- ABOUT --> <section class="section-home-about bg-white"> <div class="container"> <div class="home-about"> <div class="row center-align"> <div class="col-md-5"> <a href="#"><img src="images/2a.jpg" alt=""></a> </div> <div class="col-md-7"> <div class="text"><br> <h2 class="heading">About Hotel Mangal Taara</h2> <span class="box-border"></span> <p>Hotel Mangal Taara is a serene hotel crafted for travelers who seek the perfect blend of comfort, beauty, and the spirit of badrinath hotels. Nestled along a tranquil stretch of sea shoreline, our hotel captures the essence of tropical living, where every moment feels like a gentle escape from the everyday world. From the soothing sound of waves to the swaying coconut palms that greet you at every turn, the hotel is designed to offer a peaceful retreat filled with natural charm.</p> <a href="about.php" class="awe-btn awe-btn-default">READ MORE</a> </div> </div> </div> </div> </div> </section> <!-- END / ABOUT --> <!-- ACCOMD ODATIONS --> <section class="section-accomd awe-parallax bg-14"> <div class="container"> <div class="accomd-modations"> <div class="row"> <div class="col-md-12"> <div class="accomd-modations-header"> <h2 class="heading">Accommodation </h2> <img src="images/icon-accmod.png" alt="icon"> <p>The hotel offers well-appointed rooms designed to provide comfort, relaxation, and a touch of elegance. Each room is thoughtfully furnished with essential modern amenities, ensuring a restful stay for every guest. With tasteful interiors, serene ambiance.</p> </div> </div> <!-- ITEM --> <div class="col-md-4 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="double.php"><img src="images/gallery/1.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="double.php">Double Sharing Room</a></h2> <p>Our Deluxe Room offers a perfect balance of comfort and style, ideal for travelers seeking a cozy yet refined stay...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="double.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-md-4 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="triple.php"><img src="images/gallery/1.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="triple.php">Triple Sharing Room</a></h2> <p>The Triple Room elevates your stay with enhanced space, elegant décor, and a touch of luxury. Designed for guests...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="triple.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-md-4 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="quad.php"><img src="images/gallery/1.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="quad.php">Quad Sharing Room</a></h2> <p>Our Quad Sharing room is crafted to bring everyone together with spacious layouts and thoughtful design. Ideal for groups...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="quad.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> <!--<div class="text-center">--> <!-- <a href="rooms.php" class="awe-btn awe-btn-default">View All</a>--> <!--</div>--> </div> </div> </div> </section> <!-- END / ACCOMD ODATIONS --> <!-- GALLERY --> <!-- <section class="section_page-gallery"> <div class="container"> <div class="gallery"> <div class="row pt-40"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Our Gallery</h2> </div> </div> </div> <div class="gallery-content pb-20"> <div class="row"> <div class="gallery-isotope col-4"> <div class="item-size"></div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-5.jpg"> <img src="images/gallery/img-5.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-6.jpg" > <img src="images/gallery/img-6.jpg" alt=""> </a> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-7.jpg" > <img src="images/gallery/img-7.jpg" alt=""> </a> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-8.jpg" > <img src="images/gallery/img-8.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-9.jpg" > <img src="images/gallery/img-9.jpg" alt=""> </a> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-10.jpg" > <img src="images/gallery/img-10.jpg" alt=""> </a> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-11.jpg" > <img src="images/gallery/img-11.jpg" alt=""> </a> </div> </div> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-12.jpg"> <img src="images/gallery/img-12.jpg" alt=""> </a> </div> </div> </div> </div> </div> </div> </div> </section> --> <!-- END / GALLERY --> <section class="section-our-best bg-white"> <div class="container"> <div class="our-best"> <h2 class="heading">Our Best Facilities</h2> <span class="box-border"></span> <div class="row"> <div class="col-md-6 col-md-push-6"> <div class="img"> <img src="images/best-image.jpg" alt=""> </div> </div> <div class="col-md-6 col-md-pull-6 "> <div class="text"> <p>Hotel Mangal Taara is dedicated to offering an experience where comfort, elegance, and heartfelt service come together effortlessly. Each element of your stay is carefully designed to create a relaxing and enjoyable atmosphere from the moment you arrive.</p> <ul> <li>1. Air Heater</li> <li>2. Intercom</li> <li>3. Free Wi-Fi</li> <li>4. Lift</li> <li>5. Transport booking</li> <li>6. Doctor on call</li> <li>7. 24 Hours power backup.</li> <li>8. Water purification</li> <li>9. Packed lunch facility</li> <li>10. Car parking</li> </ul> </div> </div> </div> </div> </div> </section> <!-- <div class="section-home-guestbook awe-parallax bg-13"> <div class="container"> <div class="home-guestbook"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="guestbook-content owl-single"> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p></p> <span><strong>--</strong></span><br> </div> </div> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p></p> <span><strong>---</strong></span><br> </div> </div> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>---</p> <span><strong>Daniel</strong></span><br> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- END / HOME GUEST BOOK --> <!-- NEWS --> <section class="section-news"> <div class="container"> <div class="content"> <div class="row"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Explore Chamoli</h2> <p>Explore the cultural and natural wonders surrounding the hotel</p> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/1.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Urgam Village</a> <p>Located in Urgam Valley near Joshimath in the Chamoli district of Uttarakhand, Urgam Village is a scenic hamlet tucked at an elevation of about 2100 mts..</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/2.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold " href="attractions.php">Mandal Village</a> <p>Mandal Village is a tiny remote hamlet of Uttarakhand located in the Chamoli district of Uttarakhand. It is one amongst those left out yet must travel villages in Uttarakhand.</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/3.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Kalpeshwar</a> <p>Kalpeshwar is the last and fifth temple in the list of Panch Kedar pilgrimage circuit and it is the only temple of the sacred Panch Kedars that remains open throughout the year.</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> </div> </div> </div> </section> <div class="sidebar-contact"> <div class="close"> <span>X</span> </div> <h2>Enquiry Now</h2> <div class="scroll"> <form action="mail.php" method="post"> <input type="text" name="name" class="form-control" placeholder="Your Name" required pattern="^(?!\s*$).+"> <input type="email" name="email" class="form-control" placeholder="Your Email" required pattern="^(?!\s*$).+"> <input type="text" name="phone" class="form-control" placeholder="Your Number" required pattern="^(?!\s*$).+"> <textarea name="message" class="form-control" placeholder="Type your Message Here..." rows="3" required pattern="^(?!\s*$).+"></textarea> <input type="submit" name="" value="send"> </form> </div> </div> </div> <!-- END / NEWS --> <?php include 'include/footer.php'?> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script> document.getElementById('close-popup').addEventListener('click', function() { document.getElementById('popup').style.display = 'none'; }); // Optional: Automatically close the popup after video ends const video = document.querySelector('#popup-content video'); video.addEventListener('ended', function() { document.getElementById('popup').style.display = 'none'; }); </script> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap-select.js"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/lib/owl.carousel.js"></script> <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script> <script type="text/javascript" src="js/lib/jquery.countTo.js"></script> <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script> <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="js/lib/SmoothScroll.js"></script> <!-- validate --> <script type="text/javascript" src="js/lib/jquery.form.min.js"></script> <script type="text/javascript" src="js/lib/jquery.validate.min.js"></script> <!-- Custom jQuery --> <script type="text/javascript" src="js/scripts.js"></script> <script> $(document).ready(function(){ $('.close').click(function(){ $('.sidebar-contact').hide() }) }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings