Skip to content

Commit 19fe0f4

Browse files
author
Julian Merkle
committed
Improve site accessibility
This adds a hidden label for the query field and the Gemini input field.
1 parent f8c2325 commit 19fe0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ <h1>{{ .Cfg.AppName }}</h1>
3131
<div class="gem-input">
3232
<p>Input requested:</p>
3333
<form>
34+
<label for="input" hidden>{{ .GemInputMeta }}</label>
3435
<input id="input" name="query" placeholder="{{ .GemInputMeta }}" />
3536
<br>
3637
<input type="submit" value="Submit">

0 commit comments

Comments
 (0)