diff options
Diffstat (limited to 'search.gtpl')
-rw-r--r-- | search.gtpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/search.gtpl b/search.gtpl new file mode 100644 index 0000000..0b83191 --- /dev/null +++ b/search.gtpl @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + <h1>DogeKnows</h1> + <form action="/search" method="GET"> + <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false"> + <input type="submit"> + </form> +</body> +</html>
\ No newline at end of file |