summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/oscar/index.html')
-rw-r--r--searx/templates/oscar/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html
deleted file mode 100644
index 0e7e7863a..000000000
--- a/searx/templates/oscar/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "oscar/base.html" %}
-{% block content %}
-<div class="container-fluid">
- <div class="row">{{- "" -}}
- <div class="text-center col-sm-12 col-md-12">
- {%- if cookies['oscar-style'] == 'pointhi' -%}
- <h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng.svg') }}" alt="searx logo"/>SearXNG</h1>
- {%- else -%}
- <div class="text-hide center-block" id="main-logo">{{- "" -}}
- <img class="center-block img-responsive" src="{{ url_for('static', filename='img/searxng.svg') }}" alt="searx logo" />SearXNG{{- "" -}}
- </div>
- {%- endif -%}
- </div>{{- "" -}}
- </div>
- <div class="row">
- <div class="text-center col-sm-12 col-md-12">
- {% include 'oscar/search_full.html' %}
- </div>
- </div>
-</div>
-{% endblock %}