mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-18 11:06:59 +00:00
4 lines
230 B
HTML
4 lines
230 B
HTML
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
|
|
<script src="{{ url_for('static',filename='js/bootstrap.bundle.js') }}"></script>
|
|
<script src="{{ url_for('static',filename='js/tools.js') }}"></script>
|