2020-07-07 17:50:03 +01:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% 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>
|
2020-08-04 16:58:56 +01:00
|
|
|
<section>
|
|
|
|
<style>
|
|
|
|
#chemical{
|
|
|
|
height: 40vh;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div id="chemical"></div>
|
|
|
|
<script src="{{url_for('static',filename='js/chemical.js')}}"></script>
|
|
|
|
</section>
|
2020-07-07 17:50:03 +01:00
|
|
|
{% endblock %}
|