Szablon witryny, docker i workflow gitea
This commit is contained in:
10
src/components/layout/Footer.astro
Normal file
10
src/components/layout/Footer.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
<footer class="fuz-footer">
|
||||
<div class="fuz-container flex flex-col md:flex-row items-center justify-between gap-3">
|
||||
<p class="fuz-footer-text">
|
||||
© {new Date().getFullYear()} FUZ – lokalny operator internetu i telewizji.
|
||||
</p>
|
||||
<p class="text-xs text-gray-400">
|
||||
RODO • Polityka prywatności • Cookies
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user