diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-04 02:13:05 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-04 02:13:05 -0600 |
commit | 0e2444e6afd9df38b740bd6fdcaff0f95321c325 (patch) | |
tree | 5fa2fc4b1c2d632c74ed76dbf49473dce18f78dd /search.gtpl | |
parent | bec4e596415c623d7294ec87680bc029e407fc23 (diff) |
rewrite
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 |