adds activity indicators in header (ugly af)

This commit is contained in:
2025-02-11 01:58:06 +01:00
parent 0340dea4f8
commit 57e969a647
7 changed files with 234 additions and 92 deletions

View File

@@ -30,5 +30,5 @@
</div>
</div>
</section>
<script src="{{url_for('static', filename='index.js')}}"></script>
<script type="module" src="{{url_for('static', filename='index.js')}}"></script>
{% endblock content %}