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>

View File

@ -6,7 +6,7 @@
<div>
<header>
<h1>Pharma Libre</h1>
<h1 class="text-3xl font-bold underline">Pharma Libre</h1>
</header>
<main>
<div