[enh] initial commit

This commit is contained in:
asciimoo 2013-10-14 23:09:13 +02:00
commit ae9fb1d7dc
11 changed files with 139 additions and 0 deletions

View file

@ -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 %}