File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hoteltheroyalkrishna.com/contact.php
Back
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Contact Us - The Royal Krishna</title> <meta name="description" content="Offering comfort and great services at budget rates,Hotel Royal Krishna in Katra is an ideal lodging for travelers touring the city. The property is well maintained by a trained and skillful staff who ensure all your needs are catered to.-The Royal Krishna"> <meta name="keywords" content="Offering comfort and great services at budget rates,Hotel Royal Krishna in Katra is an ideal lodging for travelers touring the city. The property is well maintained by a trained and skillful staff who ensure all your needs are catered to."> <meta name="author" content="The Royal Krishna"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/png" href="assets/img/favicon.png" sizes="16x16"> <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" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/styles-1.css"><!-- Attach the main stylesheet file --> </head> <body> <div class="main-wrapper"> <!-- Header Section --> <?php include 'include/header.php'; ?> <!-- End of Header Section --> <!--Breadcrumb Section--> <section id="breadcrumb-section" data-bg-img="assets/img/breadcrumb5.jpg"> <div class="inner-container container"> <!--div class="ravis-title"> <div class="inner-box"> <div class="title">Contact Us</div> </div> </div--> <div class="breadcrumb"> <ul class="list-inline"> <li><a href="index.php">Home</a></li> <li class="current"><a href="#">Contact Us</a></li> </ul> </div> </div> </section> <!--End of Breadcrumb Section--> <!--Contact Section--> <section id="contact-section"> <div class="inner-container container"> <div class="t-sec"> <div class="ravis-title-t-2"> <div class="title"><span>Contact Us</span></div> <div class="sub-title">Do not hesitate to contact me if you have any further questions</div> </div> <div class="content"> Set amidst beautiful mountains of Jammu, The Royal Krishna KATRA is ideally located in the holy city of Katra. Located at a distance of 300 mtrs from Katra Railway Station and walking distance from Katra Bus Stand, this hotel is easily accessible. Jammu Airport is at a distance of 34 km from this hotel. </div> <div class="contact-info"> <div class="contact-inf-box"> <div class="icon-box"> <i class="fa fa-home"></i> </div> <div class="text"> Hotel The Royal Krishna <br> Kashmir Road Katra (Vaishno Devi) 182301 </div> </div> <div class="contact-inf-box "> <div class="icon-box"> <i class="fa fa-phone"></i> </div> <div class="text"> General Manager : +91 95969 67277 ( Arun sharma ) </div> </div> <div class="contact-inf-box "> <div class="icon-box"> <i class="fa fa-envelope"></i> </div> <div class="text"> sales@hoteltheroyalkrishna.com<br> </div> </div> </div> <div class="contact-info"> <div class="text"> <h2>Front office Contact No. </h2> <h4><i class="fa fa-phone"></i> 01991-234566 | 01991-234666</h4> <!--h2>General Manager </h2--> <h2>Reservation </h2> <h4><i class="fa fa-phone"></i> +91-9596967277 ( Arun sharma ) </h4> <h4><i class="fa fa-whatsapp"></i> +91-9596967277 </h4> <h4> <i class="fa fa-envelope"></i> sales@hoteltheroyalkrishna.com </h4> </div> </div> </div> <div class="b-sec clearfix"> <div class="contact-form col-md-6"> <form action="#"> <div class="field-row"> <input type="text" placeholder="Name :" required> </div> <div class="field-row"> <input type="text" placeholder="Phone :"> </div> <div class="field-row"> <input type="email" placeholder="Email :" required> </div> <div class="field-row"> <textarea placeholder="Your Message" required></textarea> </div> <div class="g-recaptcha brochure__form__captcha" data-sitekey="6LeqRtQcAAAAAIXtg3iE4-sfL6eqMwYtOVL0U6fM"></div> <div class="field-row"> <input type="submit" value="Submit"> </div> </form> </div> <div id="#" class="col-md-6" data-marker="#"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6693.101372315188!2d74.9286964793535!3d32.98925417355835!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391e78e607cf77cb%3A0xed669b2ce447d6d9!2sHotel+The+Royal+Krishna!5e0!3m2!1sen!2sin!4v1527155373367" width="100%" height="550" frameborder="0" style="border:0" allowfullscreen></iframe></div> </div> </div> </section> <!--End of Contact Section--> <!--Footer Section--> <?php include 'include/footer.php'; ?> <?php function reCaptcha($recaptcha){ $secret = "6LeqRtQcAAAAAPRyakFu8_MJCMNfklw4IPfGQUtj"; $ip = $_SERVER['REMOTE_ADDR']; $postvars = array("secret"=>$secret, "response"=>$recaptcha, "remoteip"=>$ip); $url = "https://www.google.com/recaptcha/api/siteverify"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_POSTFIELDS, $postvars); $data = curl_exec($ch); curl_close($ch); return json_decode($data, true); } ?> <!--End of Footer Section--> </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="http://maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyBFqY_VBzRTQTtzbOImGqLkJFHUwM7T-4g"></script> <script type="text/javascript" src="assets/js/template.js"></script> <script src="https://www.google.com/recaptcha/api.js"></script> oii </body> <!-- Mirrored from ravistheme.com/colosseum/html/color1/pages/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 20 Apr 2018 09:41:58 GMT --> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings