mirror of https://github.com/searxng/searxng.git
[enh] about page update
This commit is contained in:
parent
831add33f0
commit
650d57fba7
|
@ -10,7 +10,9 @@ html {
|
||||||
.row p { padding: 0 10px; max-width: 700px; }
|
.row p { padding: 0 10px; max-width: 700px; }
|
||||||
.row h3,ul { margin: 4px 8px;}
|
.row h3,ul { margin: 4px 8px;}
|
||||||
|
|
||||||
.top_margin { margin-top: 40px; }
|
.hmarg { margin: 0 20px; }
|
||||||
|
|
||||||
|
.top_margin { margin-top: 60px; }
|
||||||
|
|
||||||
.center { text-align: center; }
|
.center { text-align: center; }
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2>
|
||||||
|
|
||||||
<h2>FAQ</h2>
|
<h2>FAQ</h2>
|
||||||
<h3>Trust</h3>
|
<h3>Trust</h3>
|
||||||
<p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
|
<p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<h1 class="title">searx</h1>
|
<h1 class="title">searx</h1>
|
||||||
{% include 'search.html' %}
|
{% include 'search.html' %}
|
||||||
<p class="top_margin">
|
<p class="top_margin">
|
||||||
<a href="/about">about</a>
|
<a href="/about" class="hmarg">about</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue