1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 00:36:39 +02:00
searxng/searx/templates/index.html

9 lines
193 B
HTML
Raw Normal View History

2013-10-14 23:09:13 +02:00
{% extends "base.html" %}
{% block content %}
<h1>searx</h1>
<form method="post" action="">
<input type="text" name="q" />
<input type="submit" value="search" />
</form>
{% endblock %}