spliti/view/footer.html

10 行
310 B
HTML
Raw 通常表示 履歴

2023-11-05 03:12:44 +09:00
{{define "footer"}}
<p class="footer">
<a href="https://technicalsuwako.moe/blog/spliti-{{ .Ves }}/">Spliti {{ .Ver }}</a> |
<a href="https://gitler.moe/suwako/spliti"><img src="/static/git.png" alt="Git"></a> |
<a href="https://076.moe/"></a>
</p>
</body>
</html>
{{end}}