feat: Setup Tailwind CSS

This commit is contained in:
2024-08-02 23:33:48 +02:00
parent 4627f9540a
commit 699978ad5e
8 changed files with 605 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<title>{% block title %}{{ title }}{% endblock %}</title>
<script src="/assets/js/htmx.min.js"></script>
<link href="/assets/css/style.css" rel="stylesheet">
{% block head %}{% endblock %}
</head>