personal-website/views/pages/contact.ejs

26 lines
471 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>