diff options
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> |