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
648 B
14 lines
648 B
<div class="searx-navbar"> |
|
<a href="https://searx.pwoss.org/">Home</a> |
|
<a href="{{ url_for('preferences') }}">{{ _('Preferences') }}</a> |
|
<a href="{{ url_for('about') }}">{{ _('About') }}</a> |
|
</span> |
|
<span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}"> |
|
<!-- <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}"> --> |
|
<!-- <a href="{{ url_for('index') }}">{{ instance_name }}</a> --> |
|
<a href="https://pwoss.org">Main Website</a> |
|
<a href="https://git.pwoss.org/">Git</a> |
|
<a href="https://wiki.pwoss.org/">Wiki</a> |
|
<a href="https://element.pwoss.org/">Matrix</a> |
|
</span> |
|
</div>
|
|
|