diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 00:06:30 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-17 00:06:30 -0600 |
commit | f6fcfa97cad2b8bd33f6003fdfbcf4ca5d04375f (patch) | |
tree | 8ef881c03498f77da22b439f168e23fd642dc98d /search.gtpl | |
parent | 652115908a85013264faf9041f1e63d06d52e50e (diff) |
shifted templates
Diffstat (limited to 'search.gtpl')
-rw-r--r-- | search.gtpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/search.gtpl b/search.gtpl deleted file mode 100644 index c14c02b..0000000 --- a/search.gtpl +++ /dev/null @@ -1,10 +0,0 @@ -<!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 |