From ae9fb1d7dccf061032b5d4b167086838feb1463d Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 14 Oct 2013 23:09:13 +0200 Subject: [enh] initial commit --- searx/templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 searx/templates/index.html (limited to 'searx/templates/index.html') 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 %} +

searx

+
+ + +
+{% endblock %} -- cgit v1.2.3