File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/mangozzz.com/pool-view-supremo.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Pool View Supremo Deluxe || Mangozzz magical world Resort</title> <!-- META TAGS --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="images/fav.png" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Poppins%7CQuicksand:500,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- ALL CSS FILES --> <link href="css/materialize.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" /> <!-- RESPONSIVE.CSS ONLY FOR MOBILE AND TABLET VIEWS --> <link href="css/responsive.css" rel="stylesheet"> <style> #slider{ margin:0 auto; width:100%; overflow:hidden; } .slides{ overflow:hidden; animation-name:fade; animation-duration:1s; display:none; } .slides img{ width:100%; } #dot{ margin:0 auto; text-align:center; } .slides .dot{ display:inline-block; border-radius:50%; background:#d3d3d3; padding:8px; margin:10px 5px; } .slides .active{ background:black; } @media (max-width:567px){ #slider{ width:100%; } } #heading{ display:block; text-align:center; font-size:2em; margin:10px 0px; } @keyframes fade{ from{ opacity:0.4; } to{ opacity:1; } } </style> </head> <body data-ng-app=""> <?php include'include/header1.php'?> <!--TOP SECTION--> <div class="hp-banner"> <img src="images/pool-view-bg.jpg" alt=""> </div> <!--END HOTEL ROOMS--> <!--END CHECK AVAILABILITY FORM--> <div class="hom-com"> <div class="container"> <div class="row"> <div class="col-md-8"> <div class="row"> <div class="hp-section"> <div id="slider"> <div class="slides"> <img src="images/room/pool-double1.jpg" width="100%" /> </div> <div class="slides"> <img src="images/room/pool-double2.jpg" width="100%" /> </div> <div class="slides"> <img src="images/room/pool-double3.jpg" width="100%" /> </div> <div class="slides"> <img src="images/room/pool-double4.jpg" width="100%" /> </div> <div class="slides"> <img src="images/room/pool-double5.jpg" width="100%" /> </div> <div id="dot"><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span></div> </div> </div> <div class="hp-section"> <div class="hp-sub-tit"> <h4><span>Pool View </span> Supremo Deluxe</h4> </div> <div class="hp-amini"> <p>Indulge in the ultimate luxury with our Pool View Supremo Deluxe Room. Offering captivating views of the pristine pool, this exquisite room blends sophisticated design with exceptional comfort. Enjoy premium furnishings, modern amenities, and a serene atmosphere crafted to rejuvenate your senses. Whether lounging by the window or unwinding in style, the Pool View Supremo Deluxe promises an unforgettable stay.</p> </div> </div> <div class="hp-section"> <div class="hp-sub-tit"> <h4><span>Amenities</span> </h4> <p>Unwind in Luxury, Where Every Amenity Enhances Your Stay – Your Retreat, Perfected.</p> </div> <div class="hp-amini"> <ul> <li><img src="images/icon/a2.png" alt=""> Room Service</li> <li><img src="images/icon/a4.png" alt=""> Wireless Internet</li> <li><img src="images/icon/a7.png" alt=""> Air Conditioners</li> <li><img src="images/icon/a9.png" alt=""> Breakfast</li> <li><img src="images/icon/a10.png" alt=""> Doctor On Call</li> <li><img src="images/icon/a12.png" alt=""> Attached Bathroom </li> <li><img src="images/icon/a11.png" alt="">Toiletries </li> <li><img src="images/icon/a14.png" alt="">Almirah with lock </li> <li><img src="images/icon/a15.png" alt="">Window </li> <li><img src="images/icon/a16.png" alt="">Television </li> <li><img src="images/icon/a13.png" alt="">Kettle </li> <li><img src="images/icon/a17.png" alt="">Table Chair </li> </ul> </div> </div> </div> </div> <div class="col-md-4"> <!--=========================================--> <div class="hp-call hp-right-com"> <div class="hp-call-in"> <img src="images/icon/dbc4.png" alt=""> <h3><span>Check Availability. <a href="https://bookings.asiatech.in/?page=9046&type=website">Book Now</a> </div> </div> </div> </div> </div> </div> <script> var index = 0; var slides = document.querySelectorAll(".slides"); var dot = document.querySelectorAll(".dot"); function changeSlide(){ if(index<0){ index = slides.length-1; } if(index>slides.length-1){ index = 0; } for(let i=0;i<slides.length;i++){ slides[i].style.display = "none"; dot[i].classList.remove("active"); } slides[index].style.display= "block"; dot[index].classList.add("active"); index++; setTimeout(changeSlide,2000); } changeSlide(); </script> <!--END HEADER SECTION--> <?php include'include/footer1.php'?> <!--ALL SCRIPT FILES--> <script src="js/jquery.min.js"></script> <script src="js/jquery-ui.js"></script> <script src="js/angular.min.js"></script> <script src="js/bootstrap.js" type="text/javascript"></script> <script src="js/materialize.min.js" type="text/javascript"></script> <script src="js/jquery.mixitup.min.js" type="text/javascript"></script> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings