apps/duckduckgo: fix accessibility problems
reported by WAVE: https://wave.webaim.org
This commit is contained in:
parent
463eaa384e
commit
9b82eedfd6
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<div><a href="http://werc.cat-v.org">Powered by werc</a></div>
|
||||
|
||||
<div><form action="/_search/" method="POST"><input type="text" name="q" placeholder="Site search..."><input type="submit" display="Search"></form></div>
|
||||
<div><form action="/_search/" method="POST"><label for="searchtext">Site search:</label> <input type="text" id="searchtext" name="q" placeholder="Enter search text..."><input type="submit" display="Search"></form></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue