diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 21:23:11 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-16 21:23:11 +0530 |
commit | 16c623fb8fe56d2ea9840a8589d3aec15147d372 (patch) | |
tree | 8bde8230ee682c2fa239b2064cfd7e2c9a595190 /app/templates/home.html | |
parent | a8f0cdfebbeb8fc58ed739157d0a0e928379fe7a (diff) |
added alt text to homepage and moved to OG Bootstrap theme
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 8386dac..82cbc23 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -55,5 +55,5 @@ </ul> </section> - <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" /> + <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" alt="Scientist working in a laboratory" /> {% endblock %}
\ No newline at end of file |