diff options
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 %} |