index.html 254 B

12345678910
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="center">
  4. <h1>searx</h1>
  5. <form method="post" action="">
  6. <input type="text" name="q" tabindex="1" />
  7. <input type="submit" value="search" />
  8. </form>
  9. </div>
  10. {% endblock %}