Szablon witryny, docker i workflow gitea

This commit is contained in:
dm
2025-11-20 21:22:37 +01:00
commit 1e5f2bc38a
30 changed files with 601 additions and 0 deletions

View 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>