first commit
This commit is contained in:
8
searx/templates/simple/index.html
Normal file
8
searx/templates/simple/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "simple/base.html" %}
|
||||
{% from 'simple/icons.html' import icon_big %}
|
||||
{% block content %}
|
||||
<div class="index">
|
||||
<div class="title"><h1>SearXNG</h1></div>
|
||||
{% include 'simple/simple_search.html' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user