diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:38:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:38:29 -0400 |
| commit | 03ea3ba1d7069a4fc66cfbcd443e9aebe26a9d10 (patch) | |
| tree | 48d4397c0d88ac4ada577d819c108d255dc50c96 /static/install.html | |
| parent | 70d78628df3fe9a74c56895561d2edc9fcf6d3eb (diff) | |
add alt text to decorative logo in footer
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index 2c414a4d..8e0ab2bc 100644 --- a/static/install.html +++ b/static/install.html @@ -110,7 +110,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot erase avb_custom_key</pre> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> |
