aboutsummaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-04 21:28:56 +0530
commitde479dd42130d67fb15f32beb99bec29b356792a (patch)
tree743cd2fdb0b1e35619f105ebca7d1c6b52914b0a /app/templates/home.html
parenta309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (diff)
added animations
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index 02c71dd..efe1a36 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -7,4 +7,6 @@
<li><a href="{{ url_for('dock_upload') }}">Dock and Report</a></li>
<li><a href="{{ url_for('status')}}">Job Status</a></li>
</ul>
+
+ <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" />
{% endblock %} \ No newline at end of file