diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 7628712..4b16728 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,5 +2,10 @@ {{define "content"}} <form action="/search" method="get"> <input id="term" name="term" type="text" placeholder="search" required> + <select id="lang" name="lang"> + <option>en</option> + <option>fr</option> + <option>de</option> + </select> </form> {{end}} |
