personal-website/views/pages/contact.ejs
2021-08-15 17:54:41 -06:00

25 lines
454 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/include %>
</head>
<body>
<header>
<% include ../partials/nav %>
</header>
<div class="container-cenMain">
<div class="cenMain">
<h1>Contact me</h1>
<p>Questions? Comments? Spam?. Please email me with the below address:</p>
<h2>len0rd"AT"fastmail.co.uk</h2>
</div>
</div>
<% include ../partials/footer %>
<% include ../partials/post_html_include %>
</body>
</html>