frontend: remove htmx

This commit is contained in:
Lennart
2024-11-10 13:17:57 +01:00
parent c199682a46
commit 5c02ae4cb6
2 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}RustiCal{% endblock %}</title>
<script src="/frontend/assets/htmx.org.js"></script>
<style>
* {
box-sizing: border-box;
@@ -19,5 +18,4 @@
{% block content %}<p>Placeholder</p>{% endblock %}
</div>
</body>
</html>