Initial commit.

This commit is contained in:
nyaadev
2017-05-12 20:51:49 +02:00
commit 00d65e312c
89 changed files with 8747 additions and 0 deletions

13
nyaa/templates/home.html Normal file
View File

@@ -0,0 +1,13 @@
{% extends "layout.html" %}
{% block title %}Browse :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
<div class="alert alert-info">
<p><strong>Hello!</strong> This site is still a work in progress and new features (faster search, open source™, etc.) will be added soon.</p>
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
</div>
{% include "search_results.html" %}
{% endblock %}