Server : LiteSpeed System : Linux us-phx-web1359.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u311880514 ( 311880514) PHP Version : 8.1.31 Disable Function : NONE Directory : /home/u311880514/domains/redbcs.com/public_html/public/whastapp/ |
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="whatsapp.css"> </head> <body> <div class="container"> <h2>Contact Us</h2> <p>Leave your message and we will get back to you shortly</p> <form action=""> <div> <span> <label for="name">Name</label><br/> <input id="name" type="text" placeholder="Full Name"> </span> <span> <label for="email">Email</label></br> <input id="email" type="email" placeholder="Email"> </span> </div> <label for="message">Your Message</label><br/> <textarea name="" id="message" rows="10" placeholder="Your Message"></textarea> <button onclick="sendToWhatsapp()">Submit</button> </form> </div> <script src="whatsapp.js"></script> </body> </html>