File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/hotelsinjoshimath.com/mana-village.php
Back
<!DOCTYPE html> <html> <head> <title>Mana Village</title> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <!--main file--> <link href="css/pearl-hotel.css" rel="stylesheet" type="text/css"> <!--Medical Guide Icons--> <link href="fonts/pearl-icons.css" rel="stylesheet" type="text/css"> <!-- Default Color--> <link href="css/default-color.css" rel="stylesheet" id="color" type="text/css"> <!--bootstrap--> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <!--Dropmenu--> <link href="css/dropmenu.css" rel="stylesheet" type="text/css"> <!--Sticky Header--> <link href="css/sticky-header.css" rel="stylesheet" type="text/css"> <!--Sticky Countdown--> <link href="css/countdown.css" rel="stylesheet" type="text/css"> <!--revolution--> <link href="css/settings.css" rel="stylesheet" type="text/css"> <link href="css/extralayers.css" rel="stylesheet" type="text/css"> <!--Owl Carousel--> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css"> <!--Date Picker--> <link href="css/date-pick.css" rel="stylesheet" type="text/css"> <!--Form Dropdown--> <link href="css/form-dropdown.css" rel="stylesheet" type="text/css"> <!-- Mobile Menu --> <link rel="stylesheet" type="text/css" href="css/jquery.mmenu.all.css" /> <!--PreLoader--> <link href="css/loader.css" rel="stylesheet" type="text/css"> <!--switcher--> <link href="css/switcher.css" rel="stylesheet" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body> <div id="wrap"> <!--Start PreLoader--> <div id="preloader"> <div id="status"> </div> <div class="loader"> <h1>Loading...</h1> <span></span> <span></span> <span></span> </div> </div> <?php include 'include/header.php'; ?> <!--Start Sub Banner--> <div class="sub-banner"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="detail"> <h1>Mana Village</h1> <ul> <li><a href="#">Home</a></li> <li><a class="select">Mana Village</a></li> </ul> </div> </div> </div> </div> <div class="banner-img"></div> </div> <div class="services-two"> <div class="container"> <div class="inner-about"> <h1>Mana Village</h1> <div class="col-sm-6"> <p> Dubbed the 'last Indian Village' on Indo-Tibet Border, Mana in the Chamoli District of Uttarakhand is definitely an exciting place to visit. The place has its close proximity to the religious site of Badrinath and is situated at a short distance of about 4 km from this important pilgrimage site. Mana Village is located at an altitude of around 3219 meters and on the bank of River Saraswati. It boasts pristine beauty of the Himalayan peaks and of verdant greenery, and thus make an ideal place for the lovers of nature. A lot of people also trek in the nearby areas of the village to explore the lesser known trails that are filled with views and sites that can leave an indelible mark on the heart and mind forever.If you were to reach Saraswati temple, Badrinath temple, Vasudhara Falls you will have to trek your way to these places. Mana Village is a perfect base for several high altitude treks that are challenging yet quite rewarding. </p> </div> <div class="col-sm-6"> <img src="imgs/attractions/5.jpg" alt=""> </div> </div> </div> </div> </div> <?php include 'include/footer.php'; ?> <script type="text/javascript" src="js/jquery.js"></script> <!-- SMOOTH SCROLL --> <script type="text/javascript" src="js/scroll-desktop.js"></script> <script type="text/javascript" src="js/scroll-desktop-smooth.js"></script> <!-- START REVOLUTION SLIDER --> <script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/jquery.themepunch.tools.min.js"></script> <!-- Countdown --> <script type="text/javascript" src="js/countdown.js"></script> <!-- Owl Carousel --> <script type="text/javascript" src="js/owl.carousel.js"></script> <script type="text/javascript" src="js/cart-detail.js"></script> <!-- Mobile Menu --> <script type="text/javascript" src="js/jquery.mmenu.min.all.js"></script> <!-- Form Drop Down --> <script type="text/javascript" src="js/form-dropdown.js"></script> <!-- Date Picker and input hover --> <script type="text/javascript" src="js/classie.js"></script> <script type="text/javascript" src="js/jquery-ui-1.10.3.custom.js"></script> <!-- Booking Accordion --> <script type="text/javascript" src="js/booking-accordiion.js"></script> <!-- All Scripts --> <script type="text/javascript" src="js/custom.js"></script> <!-- Switcher --> <script type="text/javascript" src="js/switcher-hotel.js"></script> <!-- Date Picker --> <script type="text/javascript"> [].slice.call( document.querySelectorAll( 'input.input__field' ) ).forEach( function( inputEl ) { // in case the input is already filled.. // events: inputEl.addEventListener( 'focus', onInputFocus ); inputEl.addEventListener( 'blur', onInputBlur ); } ); function onInputFocus( ev ) { classie.add( ev.target.parentNode, 'input--filled' ); } function onInputBlur( ev ) { if( ev.target.value.trim() === '' ) { classie.remove( ev.target.parentNode, 'input--filled' ); } } //date picker jQuery("#datepicker").datepicker({ inline: true }); jQuery("#datepicker2").datepicker({ inline: true }); <!-- Form Drop Down --> $(document).ready(function() { $(".basic-example").heapbox(); }); </script> <!-- Revolution Slider --> <script type="text/javascript"> jQuery('.tp-banner').show().revolution( { dottedOverlay:"none", delay:16000, startwidth:1170, startheight:900, hideThumbs:200, thumbWidth:100, thumbHeight:50, thumbAmount:5, navigationType:"nexttobullets", navigationArrows:"solo", navigationStyle:"preview", touchenabled:"on", onHoverStop:"on", swipe_velocity: 0.7, swipe_min_touches: 1, swipe_max_touches: 1, drag_block_vertical: false, parallax:"mouse", parallaxBgFreeze:"on", parallaxLevels:[7,4,3,2,5,4,3,2,1,0], keyboardNavigation:"off", navigationHAlign:"center", navigationVAlign:"bottom", navigationHOffset:0, navigationVOffset:20, soloArrowLeftHalign:"left", soloArrowLeftValign:"center", soloArrowLeftHOffset:20, soloArrowLeftVOffset:0, soloArrowRightHalign:"right", soloArrowRightValign:"center", soloArrowRightHOffset:20, soloArrowRightVOffset:0, shadow:0, fullWidth:"on", fullScreen:"off", spinner:"spinner4", stopLoop:"off", stopAfterLoops:-1, stopAtSlide:-1, shuffle:"off", autoHeight:"off", forceFullWidth:"off", hideThumbsOnMobile:"off", hideNavDelayOnMobile:1500, hideBulletsOnMobile:"off", hideArrowsOnMobile:"off", hideThumbsUnderResolution:0, hideSliderAtLimit:0, hideCaptionAtLimit:0, hideAllCaptionAtLilmit:0, startWithSlide:0, videoJsPath:"rs-plugin/videojs/", fullScreenOffsetContainer: "" }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings