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:
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 %}
|
||||
Reference in New Issue
Block a user