Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
vigil:feedback [2016/08/08 18:22] admin removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <html> | ||
| - | <head> | ||
| - | <title>Contact Us</title> | ||
| - | </head> | ||
| - | <body bgcolor="#ffffff" text="#666666"> | ||
| - | <font face="verdana" size="1"> | ||
| - | <form method="get" action="mail.php"> | ||
| - | <h1>Feedback</h1> | ||
| - | Your Name:<br> | ||
| - | <input type="text" name="name" style="border: 1px solid #cccccc; background-color: #ffffff;"><br><br> | ||
| - | Your E-mail Address:<br> | ||
| - | <input type="text" name="email" style="border: 1px solid #cccccc; background-color: #ffffff;"><br><br> | ||
| - | Subject:<br> | ||
| - | <input type="text" name="subject" style="border: 1px solid #cccccc; background-color: #ffffff;"><br><br> | ||
| - | Feedback:<br> | ||
| - | <textarea name="message" cols="40" rows="10" style="border: 1px solid #cccccc; background-color: #ffffff;"></textarea> | ||
| - | <br><br> | ||
| - | <input type="submit" value="Submit" style="border: 1px solid #cccccc; background-color: #ffffff;"> | ||
| - | </form> | ||
| - | </font> | ||
| - | |||
| - | </body> | ||
| - | </html> | ||
