Blog/assets/templates/footer.html

7 lines
209 B
HTML
Raw Normal View History

<footer>
<div class="footer-link-items">
<a href="https://github.com/treatybreaker/blog">Source Code</a>
2023-08-29 22:18:46 -05:00
<a href="/contact.html">Contact</a>
2023-08-29 16:56:20 -05:00
<a href="/credits.html">Credits</a>
</div>
2023-08-29 16:56:20 -05:00
</footer>