2017-02-12 14:06:01 +00:00
|
|
|
{% extends "simple/base.html" %}
|
2021-11-13 09:42:07 +00:00
|
|
|
{% 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>
|
2021-09-20 22:10:12 +00:00
|
|
|
{% include 'simple/simple_search.html' %}
|
2017-02-12 14:06:01 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|