personal-website/views/pages/contact.ejs

26 lines
472 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2022-06-20 18:40:28 -04:00
<%- include('../partials/include') %>
</head>
<body>
<header>
2022-06-20 18:40:28 -04:00
<%- include('../partials/nav') %>
</header>
2018-07-28 01:15:46 -04:00
<div class="container-cenMain">
<div class="cenMain">
<h1>Contact me</h1>
2021-08-15 19:54:41 -04:00
<p>Questions? Comments? Spam?. Please email me with the below address:</p>
<h2>len0rd"AT"fastmail.co.uk</h2>
</div>
</div>
2022-06-20 18:40:28 -04:00
<%- include('../partials/footer') %>
<%- include('../partials/post_html_include') %>
</body>
2022-06-20 18:40:28 -04:00
</html>