logo

searx

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

index.html (462B)


  1. {% extends "pix-art/base.html" %}
  2. {% block content %}
  3. <div class="center">
  4. <div class="title"><h1><img src="{{ url_for('static', filename='img/searx-pixel.png') }}" alt="searx Logo"/></h1></div>
  5. {% include 'pix-art/search.html' %}
  6. <p class="top_margin">
  7. <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
  8. <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
  9. </p>
  10. </div>
  11. {% endblock %}