1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-12 16:30:33 +02:00
searxng/searx/templates/oscar/index.html
Thomas Pointhuber c21a907cac initial commit of the new template 'oscar'
* base.html mostly implemented
* stats.html implemented
* about.html implemented
* most of preferences.html implemented
* using bootstrap.js
2014-10-05 14:40:46 +02:00

7 lines
139 B
HTML

{% extends "oscar/base.html" %}
{% block content %}
<div class="center">
<div class="title"><h1>searx</h1></div>
</div>
{% endblock %}