diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 21:36:25 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 21:36:25 +0530 |
commit | ee129fd2f92adb5234ffa7737e14faf290bb859e (patch) | |
tree | 76c6641a332e02cae77afcb31d7358cbb54033f7 /app/templates/home.html | |
parent | b1a18d1ee5f198e02f15254d62f50c6810e5ba5f (diff) |
added alt to plip and fixed css footer
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 82cbc23..14b5f71 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -36,7 +36,7 @@ <br> This project would not have been possible without the following: <br><br> - <h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" width=100vw /> PLIP</h2> + <h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" alt="Logo of PLIP" width=100vw /> PLIP</h2> <ul> <li>PLIP is used for binding site analysis, interaction detection and visualisations.</li> |