forked from Archives/searxng
c21a907cac
* base.html mostly implemented * stats.html implemented * about.html implemented * most of preferences.html implemented * using bootstrap.js
7 lines
139 B
HTML
7 lines
139 B
HTML
{% extends "oscar/base.html" %}
|
|
{% block content %}
|
|
<div class="center">
|
|
<div class="title"><h1>searx</h1></div>
|
|
</div>
|
|
{% endblock %}
|