added jquery and plotly
This commit is contained in:
parent
1603f2593f
commit
01bbc3b338
2
static/js/jquery-3.5.1.min.js
vendored
Normal file
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
61
static/js/plotly-latest.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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/bootstrap.min.css') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.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/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>
|
</head>
|
||||||
|
|
||||||
<title>Hello world!</title>
|
<title>Hello world!</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user