summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-10-17 00:06:30 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-10-17 00:06:30 -0600
commitf6fcfa97cad2b8bd33f6003fdfbcf4ca5d04375f (patch)
tree8ef881c03498f77da22b439f168e23fd642dc98d /templates/search.gtpl
parent652115908a85013264faf9041f1e63d06d52e50e (diff)
shifted templates
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r--templates/search.gtpl10
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