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/source.html | |
| parent | 70d78628df3fe9a74c56895561d2edc9fcf6d3eb (diff) | |
add alt text to decorative logo in footer
Diffstat (limited to 'static/source.html')
| -rw-r--r-- | static/source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/source.html b/static/source.html index ec1611be..6d97208f 100644 --- a/static/source.html +++ b/static/source.html @@ -60,7 +60,7 @@ build system, similar to other prebuilts like Chromium.</p> </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> |
