added jquery and plotly

This commit is contained in:
Giulio De Pasquale 2020-12-08 15:51:08 +00:00
parent 1603f2593f
commit 01bbc3b338
3 changed files with 65 additions and 0 deletions

2
static/js/jquery-3.5.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

61
static/js/plotly-latest.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,8 @@
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css') }}">
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-3.5.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/plotly-latest.min.js') }}"></script>
</head>
<title>Hello world!</title>