Skip to content

Commit

Permalink
Add search form to Welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Mar 12, 2019
1 parent 68bd15f commit f6e97f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
title: Welcome
---

Welcome to DuckDuckGo Help!

<form action="/duckduckgo-help-pages/search/" method="get">
<input type="text" name="q" id="search-input" placeholder="Search" autofocus="">
<input type="submit" value="Search">
</form>

0 comments on commit f6e97f3

Please sign in to comment.