nyaa/nyaa/templates/home.html

15 lines
714 B
HTML
Raw Normal View History

2017-05-12 18:51:49 +00:00
{% extends "layout.html" %}
{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
<div class="alert alert-info">
2017-05-16 11:27:36 +00:00
<p><strong>Hello!</strong> This site is still a work in progress and new features (faster and actually more accurate search, comments etc.) will be added in the coming days.</p>
2017-05-12 18:51:49 +00: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-13 05:59:31 +00:00
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommendable!</p>
2017-05-12 18:51:49 +00:00
</div>
{% include "search_results.html" %}
{% endblock %}