File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oceaninnluxurystay.com/contact.php
Back
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="utf-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="keywords" content="#"> <meta name="author" content="themebeck"> <title>Contact Us | The Ocean Inn Luxury Stay</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"> <!-- 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'?> <!-- ======================================= ==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 class="active">Contact Us</li> </ol> <h2 class=" color-ff">Contact Us</h2> </div> </div> </div> </div> </section> <!-- ======================================= ==End Breadcrumbs section== =======================================--> <!-- ======================================= ==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-20 fw-700 color-44 ">Phone No</h5> <p class="number"><a href="tel:+918104333384 ">+91 7353777784 </a></p> </div> <div class="single-contact text-center align-center-center"> <i class="flaticon-mail"></i> <h5 class="title-20 ptb-20 fw-700 color-44 ">Email </h5> <p class="number"><a href="mailto: Oceaninn.stay@gmail.com "><span class="__cf_email__"> Oceaninn.stay@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-20 fw-700 color-44 ">Address</h5> <p class="number fw-700 color-66">Opposite Naveen Beach Resort, Murudeshwar. karnataka</p><br> </div> </section> <!-- ======================================= ==End contact info section== =======================================--> <!-- ======================================= ==Start contact form section== =======================================--> <section class="luxary-trip-contact section-padding"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-7 col-md-9 col-12"> <div class="contact-card"> <div class="text-center mb-5"> <h2 class="fw-700 text-uppercase">Get in Touch</h2> <p class="text-muted"> Have questions or need assistance? Fill out the form and our team will contact you shortly. </p> </div> <form action="mail.php" method="post"> <div class="row"> <!-- Name --> <div class="col-md-6 mb-4"> <label class="form-label">Full Name *</label> <input type="text" name="name" class="form-control custom-input" placeholder="Your Name" required> </div> <!-- Email --> <div class="col-md-6 mb-4"> <label class="form-label">Email Address *</label> <input type="email" name="email" class="form-control custom-input" placeholder="Your Email" required> </div> <!-- Phone --> <div class="col-12 mb-4"> <label class="form-label">Phone Number *</label> <input type="tel" name="phone" class="form-control custom-input" placeholder="Your Phone Number" required> </div> <!-- Message --> <div class="col-12 mb-4"> <label class="form-label">Message *</label> <textarea name="message" rows="5" class="form-control custom-input" placeholder="Write your message here..." required></textarea> </div> <!-- Captcha --> <div class="col-12 mb-4 text-center"> <div class="g-recaptcha" data-sitekey="YOUR_SITE_KEY"></div> </div> <!-- Button --> <div class="col-12 text-center"> <button type="submit" class="btn luxury-btn"> Send Message <i class="fa fa-arrow-right ms-2"></i> </button> </div> </div> </form> </div> </div> </div> </div> </section> <!-- ======================================= ==End contact form section== =======================================--> <!-- ======================================= ==Start google map section== =======================================--> <section class="google_map_section"> <div id="map1" class="mapHome11"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d30956.37486778873!2d74.4707175837285!3d14.103906304379274!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bbc47cbd9336b77%3A0xc89aba37d03b7685!2sThe%20Ocean%20Inn%20Luxury%20Stay!5e0!3m2!1sen!2sin!4v1767678606577!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </section> <!-- ======================================= ==End google map section== =======================================--> <!-- ======================================= ==Start footer section== =======================================--> <?php include("include/footer.php");?> <!-- ======================================= ==Start scroll top== =======================================--> <div class="scroll-top not-visible"><i class="fa fa-angle-up"></i></div> <!-- ======================================= ==End scroll top== =======================================--> <!-- jQuary library --> <script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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.02 |
proxy
|
phpinfo
|
Settings