]> git.armaanb.net Git - bettersearch.git/blobdiff - templates/index.html
Update HTML templates
[bettersearch.git] / templates / index.html
diff --git a/templates/index.html b/templates/index.html
new file mode 100644 (file)
index 0000000..3c014ec
--- /dev/null
@@ -0,0 +1,6 @@
+<h1>Web Search</h1>
+<form action="/search">
+       <label for="q">Search Query</label>
+       <input type="text" name="q" id="q">
+       <input type="submit">
+</form>