add tailwind

- add build-tailwind.sh
- add build-tailwind.bat
- add tailwind.config.js
- add layout.html
This commit is contained in:
2025-07-30 14:29:23 +02:00
committed by swordsteel
parent 61d9fe509c
commit bc13d9708b
7 changed files with 65 additions and 3 deletions

View File

@@ -40,7 +40,8 @@
</div>
</div>
</header>
<footer th:fragment="footer" class="bg-gray-800 border-t border-green-900 mt-4">
<th:block th:fragment="footer">
<footer class="bg-gray-800 border-t border-green-900 mt-4">
<div class="container mx-auto p-4">
<div class="flex flex-col sm:flex-row justify-between items-center text-sm">
<div class="text-green-600 mb-2 sm:mb-0">Hlaeja © 2025 Lulz Ltd</div>
@@ -48,6 +49,7 @@
</div>
</div>
</footer>
</th:block>
<div th:fragment="script">
<script th:src="@{/js/management.js}"></script>
</div>