File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/henrysplacegoa.com/contact.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Contact Us | Henry's Place</title> <!--favicon icon--> <link rel="icon" href="images/favicon.png"> <!-- font awesome css --> <link rel="stylesheet" href="css/theme.fonts.css"> <!--bootstrap min css--> <link rel="stylesheet" href="css/bootstrap.min.css"> <!--animate css--> <link rel="stylesheet" href="css/animate.min.html"> <!--jquery ui css--> <link rel="stylesheet" href="css/jquery-ui.min.css"> <!--plugin style css--> <link rel="stylesheet" href="css/plugin.style.css"> <!--Google Font--> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet"> <!-- global style css --> <link rel="stylesheet" href="css/global.css"> <!-- style css --> <link rel="stylesheet" href="style.css"> <!--color css--> <link rel="stylesheet" href="css/color-1.css"> <!--responsive css--> <link rel="stylesheet" href="css/responsive.css"> </head> <body> <!-- ======================================= ==Start Header section== =======================================--> <?php include 'include/header.php'?> <!-- ======================================= ==End Header section== =======================================--> <!-- ======================================= ==Start Breadcrumbs section== =======================================--> <section class="hotel-breadcrumbs pos-relative"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-12"> <div class="breadcrumbs-content align-row-spacebetween"> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li><a href="#">Contact Us</a></li> </ol> <h1 class="color-ff">Contact Henry's Place For Booking</h1> </div> </div> </div> </div> </section> <!-- ======================================= ==End Breadcrumbs section== =======================================--> <div class="container pt-60"> <div class="row"> <div class="col-12"> <div class="section-title text-center"> <h2 class="color-1c pos-relative">Reach Us</h2> <p class="color-1c">Welcome to our contact page! We're thrilled to hear from you. Please use the form below to share your inquiries, feedback, or special requests. Our team will respond promptly. Alternatively, you can find our direct contact details below. </p> </div> </div> </div> </div> <!-- ======================================= ==Start contact info section== =======================================--> <section class="contact-details clearfix"> <div class="single-contact text-center align-center-center"> <i class="flaticon-phone-call"></i> <h5 class="title-20 ptb-10 color-44">Phone No</h5> <p class="number"><a href="tel:+919881180265">+91-9881180265</a></p> </div> <div class="single-contact text-center align-center-center"> <i class="flaticon-mail"></i> <h5 class="title-20 ptb-10 color-44">Email Address</h5> <p class="number"><a href="mailto:henrysplacegoa@gmail.com"><span class="__cf_email__">henrysplacegoa@gmail.com </span></a> </p> </div> <div class="single-contact text-center align-center-center"> <i class="flaticon-placeholder"></i> <h5 class="title-20 ptb-10 color-44">Address</h5> <p class="number">H, 198, Holiday St, opp. Hotel Ocean Park, Gaura Waddo, Calangute, Goa 403516</p> </div> </section> <!-- ======================================= ==End contact info section== =======================================--> <!-- ======================================= ==Start contact form section== =======================================--> <section class="luxary-trip-contact section-padding"> <div class="container"> <div class="row "> <div class="col-md-12"> <h3 class="contact-title color-22 pos-relative playfair d-inline">Get in Touch with Our Team</h3> <p>Our team will respond quickly. If you prefer, you can also reach us directly using the details below</p> </div> <div class="col-6"> <div class="wrapper"> <div class="abform-area clearfix pos-relative"> <form action="mail.php" method="post"> <div class="abinput-group name float-left"> <label for="name3">Name : </label> <input type="text" name="name" id="name3" required pattern="^(?!\s*$).+"> </div> <div class="abinput-group email float-left"> <label for="email3">Email : </label> <input type="email" name="email" id="email3" required pattern="^(?!\s*$).+"> </div> <div class="abinput-group subject float-left"> <label for="sub3">Subject : </label> <input type="text" name="subject" id="sub3" required pattern="^(?!\s*$).+"> </div> <div class="abinput-group phone float-left"> <label for="phone3">Phone : </label> <input type="tel" name="phone" id="phone3" required pattern="^(?!\s*$).+"> </div> <div class="abinput-group msg"> <label for="msg3">Message : </label> <textarea name="message" id="msg3" required pattern="^(?!\s*$).+"></textarea> </div> <div class="mb-2"> <div class="g-recaptcha" data-sitekey="6LcbKcYrAAAAAIxPJqaQBZlRMtQbVmNELUUeUor-"></div> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </div> <button type="submit" class="text-uppercase fw-700 color-ff">Send Message<i class="fa fa-long-arrow-right"></i></button> </form> <!--/form--> </div> </div> </div> <!--/col--> <div class="col-md-6"> <div class="wrapper"> <div class="abform-area clearfix pos-relative"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d44763.48319733398!2d73.76680207013476!3d15.541643554186358!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bbfc1faac63bb59%3A0x41b731ecc3808396!2sHenry's%20Place!5e0!3m2!1sen!2sin!4v1757308556042!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </div> </section> <!-- ======================================= ==End contact form section== =======================================--> <!-- ======================================= ==Start footer section== =======================================--> <?php include 'include/footer.php'?> <!-- ======================================= ==End footer section== =======================================--> <!-- ======================================= ==Start scroll top== =======================================--> <div class="scroll-top not-visible"><i class="fa fa-angle-up"></i></div> <!-- ======================================= ==End scroll top== =======================================--> <!-- jQuary library --> <script src="js/jquery-3.2.1.min.js"></script> <!--bootstrap js--> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <!--owl carousel js--> <script src="js/owl.carousel.min.js"></script> <!--slick js--> <script src="js/slick.js"></script> <!--jquery ui js--> <script src="js/jquery-ui.min.js"></script> <!--all plugin js--> <script src="js/plugin.js"></script> <!-- all jQuary activation code here and always it will be bottom of all script tag --> <script src="js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings