diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-14 23:09:13 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-14 23:09:13 +0200 |
| commit | ae9fb1d7dccf061032b5d4b167086838feb1463d (patch) | |
| tree | 76cc836e07f9e14fd9f661660ea96bafcf92fa9c /searx/templates/index.html | |
[enh] initial commit
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 8 |
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 %} |