logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

navbar.html (411B)


  1. <div class="searx-navbar">
  2. <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}">
  3. <a href="{{ url_for('index') }}">{{ instance_name }}</a>
  4. </span>
  5. <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">
  6. <a href="{{ url_for('about') }}">{{ _('about') }}</a>
  7. <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>
  8. </span>
  9. </div>