summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
blob: ce0ff8e44f19482bd964cda677cc0be11bbe97b5 (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">searx</h1>
    {% include 'search.html' %}
    <p class="top_margin">
    <a href="/about">about</a>
    </p>
</div>
{% endblock %}