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