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

File diff suppressed because one or more lines are too long

View File

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