diff options
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r-- | templates/search.gtpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl new file mode 100644 index 0000000..c14c02b --- /dev/null +++ b/templates/search.gtpl @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<body> + <h1>DogeKnows</h1> + <form action="/classic/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 |