mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] initial commit
This commit is contained in:
commit
ae9fb1d7dc
11 changed files with 139 additions and 0 deletions
8
searx/templates/index.html
Normal file
8
searx/templates/index.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue