diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-04 21:28:56 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-08-04 21:28:56 +0530 |
commit | de479dd42130d67fb15f32beb99bec29b356792a (patch) | |
tree | 743cd2fdb0b1e35619f105ebca7d1c6b52914b0a /app/templates/job_status_error.html | |
parent | a309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (diff) |
added animations
Diffstat (limited to 'app/templates/job_status_error.html')
-rw-r--r-- | app/templates/job_status_error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/templates/job_status_error.html b/app/templates/job_status_error.html index 633e347..b6d16a7 100644 --- a/app/templates/job_status_error.html +++ b/app/templates/job_status_error.html @@ -3,4 +3,13 @@ {% block main %} <h2>Job ID: {{ job }}</h2> <p>This Job ID does not exist 😠. If you think this is an error, please contact us.</p> + <section> + <style> + #chemical{ + height: 40vh; + } + </style> + <div id="chemical"></div> + <script src="{{url_for('static',filename='js/chemical.js')}}"></script> + </section> {% endblock %}
\ No newline at end of file |