backlog/views/partials/footer.ejs

4 lines
148 B
Plaintext
Raw Normal View History

2024-05-31 13:11:30 +01:00
<footer>
<p>(c) byemc <%- new Date().getUTCFullYear() %></p>
2024-05-31 13:39:36 +01:00
<p><a href="https://git.byecorps.com/bye/backlog">source code</a></p>
2024-05-31 13:11:30 +01:00
</footer>