logo

searx

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

index.html (587B)


  1. {% extends "legacy/base.html" %}
  2. {% block content %}
  3. <div class="center">
  4. <div class="title"><h1>searx</h1></div>
  5. {% include 'legacy/search.html' %}
  6. <p class="top_margin">
  7. {% if rtl %}
  8. <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
  9. {% endif %}
  10. <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
  11. {% if not rtl %}
  12. <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
  13. {% endif %}
  14. </p>
  15. </div>
  16. {% include 'legacy/github_ribbon.html' %}
  17. {% endblock %}