proxitok/components/footer.latte

9 lines
256 B
Plaintext
Raw Normal View History

<footer class="footer">
<div class="content has-text-centered">
<p>
2022-01-14 17:18:28 +00:00
Made with <span style="color: #e25555;">&#9829;</span> in <a href="https://github.com/pablouser1/ProxiTok">Github</a>
</p>
<p>Version: {version()}</p>
</div>
</footer>