Merge pull request #59 from senju1337/fix/OPS-95

chore: remove style.css link
This commit is contained in:
Christoph J. Scherr 2025-03-27 17:14:11 +01:00 committed by GitHub
commit c1884489bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://unpkg.com/@tailwindcss/browser@4"></script> <script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
{% block head %} {% block head %}
{% endblock %} {% endblock %}
</head> </head>