2017-05-12 20:51:49 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %}
|
|
|
|
{% block body %}
|
|
|
|
|
|
|
|
<div class="alert alert-info">
|
2017-05-12 22:12:00 +02:00
|
|
|
<p><strong>Hello!</strong> This site is still a work in progress and new features (faster search, etc.) will be added soon.</p>
|
2017-05-12 20:51:49 +02:00
|
|
|
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
|
2017-05-12 22:12:00 +02:00
|
|
|
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a></p>
|
2017-05-12 20:51:49 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% include "search_results.html" %}
|
|
|
|
|
|
|
|
{% endblock %}
|