archery/views/footer.ejs
Cory Sanin b13d34cbdb
All checks were successful
App Image CI / Build app image (push) Successful in -2m7s
Docker Image CI / Build build images (arch) (push) Successful in -34s
Docker Image CI / Build build images (artix) (push) Successful in -1m2s
move to gitea
2025-04-29 21:04:32 -05:00

9 lines
258 B
Plaintext

<div class="content footer">
<footer>
<ul>
<li><a href="/">Home</a></li>
<li>Developed by Cory Sanin</li>
<li><a href="https://git.sanin.dev/corysanin/archery">Source</a></li>
</ul>
</footer>
</div>