diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-22 22:42:29 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
| commit | c21a907cacbbfa8ce8a135362067086063a805f6 (patch) | |
| tree | bb1a6236036b1e226385aef80e5291b24c3ed14f /searx/templates/oscar/index.html | |
| parent | 5d7b63223fc9242a5be030851d3f6f3dc05d7c8b (diff) | |
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
Diffstat (limited to 'searx/templates/oscar/index.html')
| -rw-r--r-- | searx/templates/oscar/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html new file mode 100644 index 000000000..0c9a73060 --- /dev/null +++ b/searx/templates/oscar/index.html @@ -0,0 +1,6 @@ +{% extends "oscar/base.html" %} +{% block content %} +<div class="center"> + <div class="title"><h1>searx</h1></div> +</div> +{% endblock %} |