mirror of
https://github.com/searxng/searxng.git
synced 2026-05-28 05:40:12 +02:00
[enh] initial commit
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user