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/pieces/header.ejs
2023-04-30 04:32:43 -05:00

6 lines
223 B
Text

<div class="center header">
<img class="pfp" src="/static/img/pfp.jpg" alt="My profile picture"><br>
<a href="https://twitter.com/camrymel" class="pfp-source">art by @camrymel</a>
<%- include("./links") %>
</div>
<hr>