summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
blob: d9fa3b502018ea320ea26fb3346a5e4e2a27628b (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% block content %}
<div class="center">
    <div class="title"><h1>searx</h1></div>
    {% include 'search.html' %}
    <p class="top_margin">
        <a href="/about" class="hmarg">about</a>
        <a href="/preferences" class="hmarg">preferences</a>
    </p>
</div>
{% endblock %}