diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 16:31:31 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 14:34:33 +0200 |
commit | fd71348532c828cab5af267842c8accf1f8528b5 (patch) | |
tree | aad9c74fa78fbd1609cb7caa11a74dba8f20d37f /views/index.html | |
parent | 2abd6aa932530b557b7c072e9dfe055cf12cf510 (diff) |
fix: add missing alt texts and aria-label
Diffstat (limited to 'views/index.html')
-rw-r--r-- | views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index 0c1b66c..3d8c04f 100644 --- a/views/index.html +++ b/views/index.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="/assets/style.css" /> </head> <body> - <img height=140 class=logo src="/assets/logo.svg"> + <img alt="lex.surf" height=140 class=logo src="/assets/logo.svg"> <h2>The portal to national law.</h2> <div class=countries> {{range $key, $c := .Countries -}} |