diff options
Diffstat (limited to 'app/templates/job_status_form.html')
-rw-r--r-- | app/templates/job_status_form.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/templates/job_status_form.html b/app/templates/job_status_form.html index f940a6d..4909186 100644 --- a/app/templates/job_status_form.html +++ b/app/templates/job_status_form.html @@ -12,4 +12,14 @@ <button class="btn btn-primary">Get Status</button> </form> + + <section> + <style> + #dog{ + height: 40vh; + } + </style> + <div id="dog"></div> + <script src="{{url_for('static',filename='js/dog.js')}}"></script> + </section> {% endblock %}
\ No newline at end of file |