mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 17:09:31 +00:00
7 lines
139 B
HTML
7 lines
139 B
HTML
|
{% extends "oscar/base.html" %}
|
||
|
{% block content %}
|
||
|
<div class="center">
|
||
|
<div class="title"><h1>searx</h1></div>
|
||
|
</div>
|
||
|
{% endblock %}
|