diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-05-24 22:06:51 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-25 21:51:57 +0200 |
commit | b8557dc823a536a364d9eeb45bf3139a23e829e2 (patch) | |
tree | 522ead609c408181bbb04906a1859f8848ef7ccc /docs/index.html | |
parent | 97a632a0b2d01ab6c6c567103d599941a9ce17c3 (diff) | |
download | buildroot-b8557dc823a536a364d9eeb45bf3139a23e829e2.tar.gz buildroot-b8557dc823a536a364d9eeb45bf3139a23e829e2.zip |
website: add alt-tags to images
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index c1eadfb72f..f5c0ea700e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,8 @@ <div class="hero-unit"> <div class="row-fluid"> - <img src="images/logo.png" height="170" width="170" style="float: right;"/> + <img src="images/logo.png" height="170" width="170" style="float: right;" + alt="Buildroot logo" /> <div class="span8"> <h1>Buildroot<br/><small>Making Embedded Linux Easy</small></h1> <p>Buildroot is a simple, efficient and easy-to-use tool to generate |