Untitled
unknown
plain_text
2 years ago
783 B
5
Indexable
<!Doctype html> <html> <head> <title>Learn more about Ara Firm Tech</title> <link rel="stylesheet" type="text/css" href="support.css"> <script src="support.js"></script> </head> <body> <header> <h2>Do you need more information</h2> </header> <main> <p>For more information you want about Ara Tech Firm, kindly fill the form below, we will get back to you through your email.</p> <form action="form.php" method="post"> <input type="text" name="fullname" placeholder="Full Name" /> <br /> <input type="email" name="email" placeholder="Email address" id="support" /> <br /> <textarea rows="10" cols="40" placeholder="Type your message..." id="support"></textarea> <br> <input type="submit" /> </form> </main> </body> </html>
Editor is loading...