File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelurbanheaven.com/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Hotel Urban Heaven</title> <!-- 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"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> </head> <body> <!--<![endif]--> <!-- PRELOADER --> <div id="preloader"> <span class="preloader-dot"></span> </div> <div id="page-wrap"> <!-- HEADER --> <?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/s2.jpg" data-bgposition="top" data-duration="14000" data-bgpositionend="top" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="100" data-speed="700" data-start="1500" data-easing="easeOutBack"> </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="250" data-speed="700" data-start="1500" data-easing="easeOutBack"> Welcome To </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="283" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Urban Heaven </div> <a href="https://asiatech.in/booking_engine/index3?token=OTQxMA==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="440" data-easing="easeOutBack" data-speed="700" data-start="2200" target="_blank">Book Now</a> </li> <li data-transition="fade"> <img src="images/slider/s1.jpg" data-bgposition="top" 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="250" data-speed="700" data-start="1500" data-easing="easeOutBack"> Welcome To </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="283" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Urban Heaven </div> <a href="https://asiatech.in/booking_engine/index3?token=OTQxMA==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="440" data-easing="easeOutBack" data-speed="700" data-start="2200" target="_blank">Book Now</a> </li> <li data-transition="fade"> <img src="images/slider/s3.jpg" data-bgposition="left 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"> Welcome To </div> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="320" data-speed="700" data-start="1500" data-easing="easeOutBack"> Hotel Urban Heaven </div> <a href="gallery.php" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="440" data-easing="easeOutBack" data-speed="700" data-start="2200" target="_blank">Our Gallery</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="https://asiatech.in/booking_engine/index3?token=OTQxMA==" 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"> <button class="awe-btn awe-btn-13">FIND THE BEST RATE</button> </div> </div> </form> </div> </div> </div> </div> </section> <!-- END / CHECK AVAILABILITY --> <br> <!-- ABOUT --> <section class="section-home-about bg-white"> <div class="container"> <div class="home-about"> <div class="row"> <div class="col-md-6"> <div class="img"> <a href="about.php"> <img src="images/abt.jpg" alt=""></a> </div> </div> <div class="col-md-6"> <div class="text heads"> <h2 class="heading">About Us</h2> <span class="box-border"></span> <p>Nestled along the Vijayapuram, Hotel Urban Heaven offers a perfect blend of comfort, relaxation, amazing ocean view and seaside charm. Known for its tranquil ambiance and breathtaking ocean views, this stay is ideal for travelers looking to unwind amidst nature's beauty. The Hotel Urban Heaven is a charming seaside chain of Stays overlooking the azure waters of the Bay of Bengal, offering a variety of accommodation options like Sea view rooms, Premium room .A frame rooms ranging from budget to premium rooms.</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"> </div> </div> <div class="col-md-12"> <div class="accomd-modations-content owl-single"> <div class="row"> <div class="col-xs-6"> <div class="accomd-modations-room"> <div class="img"> <a href="cozy-cottage.php"><img src="images/room/room-1.jpg" alt=""></a> </div> <div class="text"> <h2><a href="cozy-cottage.php">Cozy Cottage</a></h2> </div> </div> </div> <div class="col-xs-6"> <div class="accomd-modations-room"> <div class="img"> <a href="spacious-cottage.php"><img src="images/room/room-2.jpg" alt=""></a> </div> <div class="text"> <h2><a href="spacious-cottage.php">Spacious Cottage</a></h2> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> --> <!-- END / ACCOMD ODATIONS --> <!-- HOME GUEST BOOK --> <!-- <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/client/1.png" alt=""> </div> <div class="text"> <p>Very nice hotel..staffs are well qualified and the rooms aur neat and clean👍Fully satisfied with the service provided.</p> <span><strong>Maya Livneh-Paz</strong></span><br> </div> </div> </div> </div> </div> </div> </div> </div> --> <!-- END / HOME GUEST BOOK --> <!-- GALLERY --> <section class="section-gallery bg-white"> <div class="gallery no-padding"> <h2 class="heading text-center">OUR GALLERY</h2> <!-- FILTER --> <!-- <div class="gallery-cat text-center"> <ul class="list-inline"> <li class="active"><a href="#" data-filter="*">All</a></li> <li><a href="#" data-filter=".ground">HOTEL & GROUND</a></li> <li><a href="#" data-filter=".suite">ROOM/SUITE </a></li> <li><a href="#" data-filter=".bathroom">BATHROOM</a></li> <li><a href="#" data-filter=".dining">DINING</a></li> </ul> </div> --> <!-- END / FILTER --> <!-- GALLERY CONTENT --> <div class="gallery-content hover-img"> <div class="row"> <div class="gallery-isotope col-6 pd-0"> <!-- ITEM SIZE --> <div class="item-size"></div> <!-- END / ITEM SIZE --> <!-- ITEM --> <div class="item-isotope suite dining "> <div class="gallery_item"> <a href="images/gallery/1.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/2.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom suite"> <div class="gallery_item"> <a href="images/gallery/2.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/2.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/3.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/3.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope suite dining"> <div class="gallery_item"> <a href="images/gallery/recep.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/recep.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground suite dining"> <div class="gallery_item"> <a href="images/gallery/5.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/5.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope ground bathroom dining"> <div class="gallery_item"> <a href="images/gallery/pre.jpg" class="gallery-popup mfp-image" title="The Hotel Urban Heaven"> <img src="images/gallery/pre.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> </div> </div> <div class="our-gallery text-center"> <a href="gallery.php" class="awe-btn awe-btn-default">VIEW ALL</a> </div> </div> <!-- GALLERY CONTENT --> </div> </section> <br> <br> <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"> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/1.png" alt=""> </div> <div class="text"> <p>The stay was rejuvenating , everything was taken care of with precision. Very efficient staff, good food, relaxing ambiance and well planned tour.</p> <span>ESWARI MOORTHY</span> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/client/2.png" alt=""> </div> <div class="text"> <p>It's a nice pleasant stay,all are very good. Nice atmosphere. Nice south Indian food we got in this Hotel. staff special attention toy kids, I was really happy.</p> <!-- <span><strong>Seelentag</strong></span><br> --> <span>Praveen Kumar</span> </div> </div> <!-- ITEM --> </div> </div> </div> </div> </div> </div> <!-- END / GALLERY --> <!-- NEWS --> <section class="section-news mt60"> <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 mb40 text-center"> <h2>Explore Port Blair</h2> </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/attraction/1.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2> </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/attraction/2.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2> </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/attraction/3.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2></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/attraction/4.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2> </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/attraction/5.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2> </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/attraction/6.jpg" alt=""> </div> <div class="info"> <a class="title font-monserat f20 mb20 block bold upper" href="attractions.php"> <h2></h2></a> </div> </div> </div> </div> <div class="text-center"> <a href="attractions.php" class="awe-btn awe-btn-default font-hind f12 bold btn-medium mt15" target="_blank">View All</a> </div> </div> </div> </section> <!-- END / NEWS --> <?php include'include/footer.php'?> <!-- END / FOOTER --> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <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> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings