14 lines
311 B
HTML
14 lines
311 B
HTML
{{define "footer"}}
|
|
|
|
<footer>
|
|
<div id="footer">
|
|
<small>
|
|
<em>
|
|
*made with <span aria-label="love">♥</span> by ari, 2025*
|
|
<a href="https://forge.arimelody.space/ari/arimelody-web" target="_blank">source</a>
|
|
</em>
|
|
</small>
|
|
</div>
|
|
</footer>
|
|
|
|
{{end}}
|