beatrun-courses-server-docker/components/footer.html

6 lines
310 B
HTML
Raw Normal View History

2024-08-29 09:48:27 +05:00
<footer class="footer footer-center p-4 bg-base-300 text-base-content font-mono">
<div class="block">
Coperight @ Jonny_Bro & rlx 2077
2024-08-29 11:03:18 +05:00
<a class="link link-hover" target="_blank" href="https://git.jonnybro.ru/jonny_bro/beatrun-courses-server-docker">[Full source code available here!]</a>
2024-08-29 09:48:27 +05:00
</div>
</footer>