add zaclys menu
adjust style
This commit is contained in:
MatthieuBarbu 2023-08-28 09:52:05 +02:00
parent 905ce2a6f6
commit 7c4e5b3860
37 changed files with 1347 additions and 109 deletions

View file

@ -2,7 +2,11 @@
{% from 'simple/icons.html' import icon_big %}
{% block content %}
<div class="index">
<div class="title"><h1>SearXNG</h1></div>
<div class="text-hide center-block" id="main-logo">
<div class="zET"></div>
<h2 class="ztitre">zoTop</h2>
<h3 class="ztitre">Vos recherches internet sans pub et anonymes <span>*</span></h3>
</div>
{% include 'simple/simple_search.html' %}
</div>
{% endblock %}