mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
10 lines
No EOL
240 B
HTML
10 lines
No EOL
240 B
HTML
{% extends "kvanDark/base.html" %}
|
|
{% from 'kvanDark/icons.html' import icon_big %}
|
|
{% block content %}
|
|
<div class="index">
|
|
<div class="title">
|
|
<h1>SearXNG</h1>
|
|
</div>
|
|
{% include 'kvanDark/kvanDark_search.html' %}
|
|
</div>
|
|
{% endblock %} |