feat: Setup Tailwind CSS

This commit is contained in:
2024-08-02 23:33:48 +02:00
committed by florian_briand
parent a365e9206f
commit 4a27dacd8e
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>