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/home.html | |
| parent | a309a4607aa2aba63ea15c9aa9d9c7a7f2e99551 (diff) | |
added animations
Diffstat (limited to 'app/templates/home.html')
| -rw-r--r-- | app/templates/home.html | 2 |
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 |
