mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
10 lines
370 B
HTML
10 lines
370 B
HTML
{% extends "simple/base.html" %}
|
|
{% from 'simple/icons.html' import icon_big %}
|
|
{% block content %}
|
|
<div class="index">
|
|
<img src="../static/themes/simple/img/fufusoup-logo-blue-bg.png" alt="FufuSoup Logo"
|
|
style="height:7.5rem;border-radius:2rem;">
|
|
<p style="font-size:1.4rem;">FufuSoup</p>
|
|
{% include 'simple/simple_search.html' %}
|
|
</div>
|
|
{% endblock %}
|