clean simple static files

This commit is contained in:
2025-11-05 13:19:54 +01:00
parent 8a396b3147
commit d0546db73f
9 changed files with 16 additions and 86 deletions

View File

@@ -1,5 +1,3 @@
<!-- Bootstrap core JavaScript -->
<!--================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ url_for('static', filename='jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/jquery/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/picocss/theme-switcher.js') }}"></script>