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/index.html | |
| parent | 70d78628df3fe9a74c56895561d2edc9fcf6d3eb (diff) | |
add alt text to decorative logo in footer
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 9367a585..c498ea35 100644 --- a/static/index.html +++ b/static/index.html @@ -104,7 +104,7 @@ ends up being fairly tied to the hardware.</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> |
