mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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
This commit is contained in:
parent
5d7b63223f
commit
c21a907cac
28 changed files with 634 additions and 0 deletions
6
searx/templates/oscar/index.html
Normal file
6
searx/templates/oscar/index.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% extends "oscar/base.html" %}
|
||||
{% block content %}
|
||||
<div class="center">
|
||||
<div class="title"><h1>searx</h1></div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue