2018-07-27 13:32:34 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2022-06-20 18:40:28 -04:00
|
|
|
<%- include('../partials/include') %>
|
2018-07-27 13:32:34 -04:00
|
|
|
</head>
|
|
|
|
|
2022-10-05 11:21:25 -04:00
|
|
|
<body class="d-flex flex-column min-vh-100">
|
2018-07-28 15:10:46 -04:00
|
|
|
<header>
|
2022-06-20 18:40:28 -04:00
|
|
|
<%- include('../partials/nav') %>
|
2018-07-28 15:10:46 -04:00
|
|
|
</header>
|
2018-07-28 01:15:46 -04:00
|
|
|
|
2022-10-05 11:21:25 -04:00
|
|
|
<div class="container mt-5 topMargin">
|
2018-07-28 15:10:46 -04:00
|
|
|
<h1>Contact me</h1>
|
2022-10-05 11:21:25 -04:00
|
|
|
<p>Questions? Comments? Spam? Please email me with the below address:</p>
|
|
|
|
<h4>len0rd"AT"fastmail.co.uk</h4>
|
2018-07-28 15:10:46 -04:00
|
|
|
</div>
|
2018-07-27 13:32:34 -04:00
|
|
|
|
2022-06-20 18:40:28 -04:00
|
|
|
<%- include('../partials/footer') %>
|
2022-06-20 21:55:50 -04:00
|
|
|
<%- include('../partials/post_html_include') %>
|
2018-07-27 13:32:34 -04:00
|
|
|
</body>
|
2022-06-20 18:40:28 -04:00
|
|
|
|
2019-11-22 00:43:29 -05:00
|
|
|
</html>
|