diff options
Diffstat (limited to 'views/partials/searchform.ejs')
| -rw-r--r-- | views/partials/searchform.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/partials/searchform.ejs b/views/partials/searchform.ejs new file mode 100644 index 0000000..be4bd97 --- /dev/null +++ b/views/partials/searchform.ejs @@ -0,0 +1,4 @@ +<form id="search_form" action="/search" method="get" style="margin: 10px;"> + <div class='button'></div> + <input type="text" name="query" autofocus> +</form> |
