pywallter/templates/_js-core.html
2025-11-05 20:36:46 +01:00

5 lines
261 B
HTML

<script src="{{ url_for('static', filename='vendors/jquery/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/picocss/theme-switcher.js') }}"></script>
<script src="{{ url_for('static', filename='js/qrcode.min.js') }}"></script>