searxngRebrandZaclys/searx/templates/simple/index.html

13 lines
420 B
HTML
Raw Permalink Normal View History

2017-02-12 14:06:01 +00:00
{% extends "simple/base.html" %}
{% from 'simple/icons.html' import icon_big %}
2017-02-12 14:06:01 +00:00
{% block content %}
<div class="index">
2023-08-28 07:52:05 +00:00
<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' %}
2017-02-12 14:06:01 +00:00
</div>
{% endblock %}