1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-25 07:20:15 +02:00
searxng/searx/templates/index.html
2013-10-21 09:51:35 +02:00

12 lines
256 B
HTML

{% 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 %}