hakurei.app/templates/footer.html
Ophestra aeca93f41d
All checks were successful
Static / Flake checks (push) Successful in 21s
Static / Create distribution (push) Successful in 41s
templates: add discord link
This leads to /discord and the redirect should be handled by nginx.
2025-06-29 03:51:56 +09:00

8 lines
264 B
HTML

<footer>
<a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a>
<ul id="social">
<li><a href="https://git.gensokyo.uk/security">Gitea</a></li>
<li><a href="/discord">Discord</a></li>
</ul>
</footer>