mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
26 lines
472 B
Plaintext
26 lines
472 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>
|