ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252"> <TITLE>Aartform Games - Contact Form</TITLE> </HEAD> <BODY LANG="en-US" DIR="LTR"> <div align=center> <br> <IMG SRC="http://www.aartformgames.com/logo.JPG" NAME="graphics1" WIDTH=256 HEIGHT=256 BORDER=0> <br> <br> <br> <br> <form method="post" action="/cgi-bin/ContactMe.pl"> <!-- You can change the value of subject to something more appropriate --> <input type="hidden" name="subject" value="Aartform Games Contact" /> <!-- Leave this as is unless you alter the ContactMe script itself --> <input type="hidden" name="recipient" value="contactme" /> <!-- all content below here can be customized --> <table> <tr> <td>Your name:</td> <!-- this field is used in the email headers--> <td><input type="text" name="realname" size="35"/></td> </tr> <tr> <td>Your email address:</td> <!-- this field is also used in the email headers--> <td><input type="text" name="email" size="35"/></td> </tr> <tr> <td>Message:</td> <td><textarea name="message" cols="64"/>Type your message here</textarea></td> </tr> <tr> <td colspan="2"><input type="submit" value=" Send Message "/></td> </tr> </table> </form> <br> <br> <br> Sponsor: <a href="http://www.curvy3d.com" target="_blank">Curvy 3D - Sculpting Software for Artists</a> <br> <br> ©2009 <a href="http://www.curvy3d.com" target="_blank">Aartform</a> </div> </BODY> </HTML>