Add alternative text to application screenshot in frontpage.html

This is good practive, and also make the htmlproofer CI build test happy.
This commit is contained in:
Jean-Fred Berthelot 2016-09-20 15:53:56 +01:00
parent a48fcf532f
commit 372de7724d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="screenshot"> <div class="screenshot">
<img class="img-responsive" src="/images/frontpage-screenshot.png"/> <img class="img-responsive" src="/images/frontpage-screenshot.png" alt="Application frontpage"/>
</div> </div>
</div> </div>
</div> </div>