6 lines
313 B
HTML
6 lines
313 B
HTML
<!-- 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='bootstrap.min.js') }}"></script>
|