Server IP : 103.53.40.154 / Your IP : 3.22.42.189 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/yugayurvedaold.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <?php include "top-links.php";?> <title>Enquire Now | Yug Ayurvedic Old</title> <meta name="description" content="Enquire Now | Yug Ayurvedic Old"> </head> <body> <div class="ps-page"> <?php include "header.php";?> <div class="bread"> <div class="container"> <div class="title"> <h1>Enquire Now</h1> <ul class="breadcrumb"> <li><a href="<?php echo $wspath?>">Home</a></li> <li>Enquire Now</li> </ul> </div> </div> </div> <section> <div class="container mt-5 mb-3"> <div class="row"> <div class="col-lg-6"> <img src="<?php echo $wspath?>imgs/for-enq.jpg"> </div> <div class="col-lg-6"> <div class="ps-form--contact"> <form method="post"> <h2 class="ps-form__title">Fill up the form if you have any question</h2> <div class="row"> <div class="col-12 col-md-4"> <div class="ps-form__group"> <input class="form-control ps-form__input" type="text" name="name" placeholder="Name*"> </div> </div> <div class="col-12 col-md-4"> <div class="ps-form__group"> <input class="form-control ps-form__input" type="email" name="email" placeholder="E-mail*"> </div> </div> <div class="col-12 col-md-4"> <div class="ps-form__group"> <input class="form-control ps-form__input" type="tel" name="phone" placeholder="Phone*"> </div> </div> <div class="col-12"> <div class="ps-form__group"> <textarea class="form-control ps-form__textarea" rows="5" name="message" placeholder="Message*"></textarea> </div> </div> </div> <div class="ps-form__submit"> <input type="submit" name="submit" class="ps-btn ps-btn--warning"> <!--<button class="ps-btn ps-btn--warning">Send message</button>--> </div> </form> </div> </div> </div> </div> </section> <?php include "footer.php";?> </div> </body> </html>