summaryrefslogtreecommitdiff
path: root/search.gtpl
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-10-04 02:13:05 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-10-04 02:13:05 -0600
commit0e2444e6afd9df38b740bd6fdcaff0f95321c325 (patch)
tree5fa2fc4b1c2d632c74ed76dbf49473dce18f78dd /search.gtpl
parentbec4e596415c623d7294ec87680bc029e407fc23 (diff)
rewrite
Diffstat (limited to 'search.gtpl')
-rw-r--r--search.gtpl10
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