logo

searx

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

index.html (452B)


  1. {% extends "simple/base.html" %}
  2. {% from 'simple/macros.html' import icon %}
  3. {% block meta %}
  4. <link rel="preload" href="{{ url_for('static', filename='img/searx.png') }}" as="image" />
  5. {% endblock %}
  6. {% block content %}
  7. <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon('navicon-round') }}</a></nav>
  8. <div class="index">
  9. <div class="title"><h1>searx</h1></div>
  10. {% include 'simple/search.html' %}
  11. </div>
  12. {% endblock %}