2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
7 <meta name="author" content="Frederik Vanrenterghem" />
8 <meta name="description" content="Personal homepage" />
9 <link rel="SHORTCUT ICON" href="/favicon.ico" />
10 <title>Send an email - http://vanrenterghem.biz/</title>
11 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
12 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
15 <!--#include virtual="/header.shtml" -->
16 <form action="/phppages/mail.php" method="POST">
18 <input type="text" name="email" size=40>
20 <input type="text" name="subject" size=40>
22 <textarea cols=40 rows=10 name="message"></textarea>
23 <p><input type="submit" value=" Send ">
25 <!--#include virtual="/footer.shtml" -->