summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-14 23:09:13 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-14 23:09:13 +0200
commitae9fb1d7dccf061032b5d4b167086838feb1463d (patch)
tree76cc836e07f9e14fd9f661660ea96bafcf92fa9c /searx/templates/index.html
[enh] initial commit
Diffstat (limited to 'searx/templates/index.html')
-rw-r--r--searx/templates/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html
new file mode 100644
index 000000000..2905cbce2
--- /dev/null
+++ b/searx/templates/index.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+{% block content %}
+<h1>searx</h1>
+<form method="post" action="">
+ <input type="text" name="q" />
+ <input type="submit" value="search" />
+</form>
+{% endblock %}