1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 09:48:59 +00:00
just-short-it/Components/Partials/FooterPartial.razor

9 lines
370 B
Plaintext
Raw Normal View History

<footer class="footer footer-center py-10 bg-primary text-secondary-content">
<aside class="">
<p>
<a class="hover:link" href="https://github.com/miawinter98/just-short-it" target="_blank">Just Short it!</a>
by <a class="hover:link" href="https://miawinter.de/" target="_blank">Mia Winter</a>.
</p>
</aside>
</footer>