You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
512 B
14 lines
512 B
{% extends "sost/base.html" %} |
|
{% block content %} |
|
|
|
<h1>What's this?</h1> |
|
<p> |
|
I found the default searx theme (oscar) to be somewhat bloated and clunky, |
|
especially on browsers like lynx and links (latter is my main). I also really |
|
liked <a href="https://isle.honeypot.im/">Little Isle's</a> (and |
|
<a href="https://wiby.me/">Wiby's</a>) layout and found out that it's just a |
|
template over a searx instance from its admin (Baobab). So, this is made in an |
|
effort to create something even nicer. |
|
</p> |
|
|
|
{% endblock %}
|
|
|