This commit is contained in:
Joseph Cheung 2023-02-19 18:49:32 +08:00
parent c6f3c566c4
commit e328b414d5
4 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
{% from 'simple/icons.html' import icon_big %}
{% block content %}
<div class="index">
<div class="title"><h1>SearXNG</h1></div>
<div class="title"><h1>Search</h1></div>
{% include 'simple/simple_search.html' %}
</div>
{% endblock %}