--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "contact";
+ $pgdescription = "send an email";
+ head($pgtitle, $pgdescription);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1>Email me</h1>
+ <p>I'm not going to make you type in a form haha, I don't like that. Email me with your favorite mailer. Talk to me about anything—really, anything (except for those ads and promotions related emails).</p>
+ <img src="/images/email.jpg" width="400" alt="email" title="handwritten using my computer mouse">
+ <p>I will respond to you as soon as I can. If weeks has passed and you still did not got a reply, it could mean that I'm already dead (or it could just be that your email has been automatically moved to spam folder).</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
<li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
<li><a href="/works" title="programming">works</a></li>
<li><a href="/files" title="random files on my computer">files</a></li>
- <li><a href="mailto:mail@bochard.net" title="talk to me">email</a></li>
+ <li><a href="/email.php" title="talk to me">email</a></li>
</ul>
<hr>
<?php include_once("$parts/scribbles.php");?>