File: js.html

package info (click to toggle)
python-ase 3.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,340 kB
  • sloc: python: 117,348; makefile: 91
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9

<!-- jQuery -->
<script src="{{ url_for('static', filename='jquery.min.js') }}"></script>

<!-- jQuery UI -->
<script src="{{ url_for('static', filename='jquery-ui.min.js') }}"></script>

<!-- Latest compiled and minified JavaScript -->
<script src="{{ url_for('static', filename='bootstrap.min.js') }}"></script>