2018-07-27 13:32:34 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2018-07-28 15:10:46 -04:00
|
|
|
<% include ../partials/include %>
|
2018-07-27 13:32:34 -04:00
|
|
|
</head>
|
|
|
|
|
2018-07-28 15:10:46 -04:00
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<% include ../partials/nav %>
|
|
|
|
</header>
|
2018-07-28 01:15:46 -04:00
|
|
|
|
2018-07-28 15:10:46 -04:00
|
|
|
<div class="container-cenMain">
|
|
|
|
<div class="cenMain">
|
|
|
|
<h1>Contact me</h1>
|
|
|
|
<p>As a lonly explorer of the interwebs, I welcome the warm embrace of human contact. Please email me with the below address:</p>
|
2019-11-22 00:43:29 -05:00
|
|
|
<h2>len0rd@fastmail.co.uk</h2>
|
2018-07-28 15:10:46 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-07-27 13:32:34 -04:00
|
|
|
|
2018-07-28 15:10:46 -04:00
|
|
|
<% include ../partials/footer %>
|
|
|
|
<% include ../partials/post_html_include %>
|
2018-07-27 13:32:34 -04:00
|
|
|
</body>
|
2019-11-22 00:43:29 -05:00
|
|
|
</html>
|