feat: add htmx package

This commit is contained in:
Alexander Navarro 2025-02-24 21:24:24 -03:00
parent a662b94b21
commit 17bf419074
4 changed files with 104 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="@mini-strap/core" />
<script type="module" src="htmx.org"></script>
<link rel="stylesheet" href="../css/style.css" />
<title>
{% block title %}Axum web service!{% endblock %}