This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/contact.ejs
2022-08-27 22:10:53 -04:00

23 lines
687 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<h2>contact me</h2>
<p>you can contact me via:</p>
<ul>
<li>discord: <code>tacohitbox#7981</code></li>
<li>email: <code>ariablue@riseup.net</code></li>
<li>matrix: <code>@a:besties.house</code></li>
<li>xmpp: <code>a@besties.house</code></li>
<li>switch friend code: <code>SW-5993-6183-3897</code></li>
</ul>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>