File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelmsresort.com/tariff.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>Tariff | M S Resort</title> <link rel="shortcut icon" href="img/favicon.png" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed&family=Gilda+Display&display=swap"> <link rel="stylesheet" href="css/plugins.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <!-- Preloader --> <?php include("include/header.php");?> <!-- Header Banner --> <div class="banner-header section-padding valign bg-img bg-fixed" data-overlay-dark="4" data-background="img/slider/banner.jpg"> <div class="container"> <div class="row"> <div class="col-md-12 caption mt-90"> <h5>Luxury Resort</h5> <h1>Tariff</h1> </div> </div> </div> </div> <!-- About --> <section class="about section-padding"> <div class="container"> <div class="row"> <div class="col-md-12 animate-box tariff1" data-animate-effect="fadeInUp" > <center> <h2>Season Rates</h2> <p><b>Valid from (1st of April to 15th of July) (1st of Oct to 24th of Nov) (21th of Dec to 3rd of Jan)</b></p> </center> <table class="tarifinfo"> <tr> <th>Room Category</th> <th>EP</th> <th>CP</th> <th>MAP</th> </tr> <tr> <td>Super Deluxe Room</td> <td>Rs. 3400/-</td> <td>Rs. 3800/-</td> <td>Rs. 4400/-</td> </tr> <tr> <td>Deluxe Non View Room</td> <td>Rs. 3000/-</td> <td>Rs. 3400/-</td> <td>Rs. 4000/-</td> </tr> <tr> <td>Standard Non View Room</td> <td>Rs. 2500/-</td> <td>Rs. 2900/-</td> <td>Rs. 3500/-</td> </tr> <tr> <td>Extra Bed </td> <td>Rs. 300/-</td> <td>Rs. 500/-</td> <td>Rs. 900/-</td> </tr> <tr> <td>Child without Extra bed above 5 to below 12 year </td> <td>Rs. 0</td> <td>Rs. 300/-</td> <td>Rs. 450/-</td> </tr> <tr> <td>Only Meal Price Per Person </td> <td>Rs. 0</td> <td>Rs. 300/-</td> <td>Rs. 600/-</td> </tr> <tr> <td>Per person on triple/quied sharing for group (with meal & accommodation) </td> <td>Rs. 1200/-</td> <td>Rs. 1400/-</td> <td>Rs. 1800/-</td> </tr> <tr><td colspan="4"><center><b>Note :- special Discount for student group</b></center></td></tr> </table> </div> <div class="col-md-12 animate-box tariff1" data-animate-effect="fadeInUp"> <center> <h2>Off Season/mid-Season</h2> <p><b>Valid from (16th of July to 30th of Sep) (25th of Nov to 20th of Dec) (4th of Jan to 30th of march)</b></p> </center> <table class="tarifinfo"> <tr> <th>Room Category</th> <th>EP</th> <th>CP</th> <th>MAP</th> </tr> <tr> <td>Super Deluxe Room</td> <td>Rs. 2500/-</td> <td>Rs. 2900/-</td> <td>Rs. 3500/-</td> </tr> <tr> <td>Deluxe Non View Room</td> <td>Rs. 2000/-</td> <td>Rs. 2400/-</td> <td>Rs. 3000/-</td> </tr> <tr> <td>Standard Non View Room</td> <td>Rs. 1600/-</td> <td>Rs. 2000/-</td> <td>Rs. 2600/-</td> </tr> <tr> <td>Extra Bed </td> <td>Rs. 300/-</td> <td>Rs. 500/-</td> <td>Rs. 900/-</td> </tr> <tr> <td>Child without Extra bed above 5 to below 12 year </td> <td>Rs. 0</td> <td>Rs. 300/-</td> <td>Rs. 450/-</td> </tr> <tr> <td>Only Meal Price Per Person </td> <td>Rs. 0</td> <td>Rs. 200/-</td> <td>Rs. 500/-</td> </tr> <tr> <td>Per person on triple/quied sharing for group (with meal & accommodation) </td> <td>Rs. 700/-</td> <td>Rs. 900/-</td> <td>Rs. 1200/-</td> </tr> <tr><td colspan="4"><center><b>Note :- special Discount for student group</b></center></td></tr> </table> </div> </div> </div> </section> <section class="about section-padding bg-cream"> <div class="container"> <div class="row"> <div class="col-md-12 mb-30 animate-box terms" data-animate-effect="fadeInUp"> <div class="section-title">Terms & conditions</div> <ul> <li>reservation can be made by paying 50% of the total rent</li> <li>check in time 14:00 afternoon & check out time 12:00 noon</li> <li>extra person (adult) allowed one in each room.</li> <li>child below 5 years complimentary.</li> <li>Child below 6 to 12 year 10% charge extra on EP CP MAP & AP basis.</li> <li>Extra person (adult) charge 25% on EP CP MAP & AP basis.</li> <li>Cancellation policy 100% refundable before 7 days from the check-in date, also you can change your booking dates ones before 7 days from check in (sub. to availability).</li> <li>Early check in or late checkout may be chargeable & subject to availability kindly contact us directly for clarification</li> </ul> </div> </div> </div> </section> <!-- Footer --> <?php include("include/footer.php");?> <!-- jQuery --> <script src="js/jquery-3.6.0.min.js"></script> <script src="js/jquery-migrate-3.0.0.min.js"></script> <script src="js/modernizr-2.6.2.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/jquery.isotope.v3.0.2.js"></script> <script src="js/pace.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scrollIt.min.js"></script> <script src="js/jquery.waypoints.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/YouTubePopUp.js"></script> <script src="js/select2.js"></script> <script src="js/datepicker.js"></script> <script src="js/smooth-scroll.min.js"></script> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings