1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-11 01:08:29 +00:00
nyaa/nyaa/templates/404.html

7 lines
215 B
HTML
Raw Normal View History

2017-05-12 18:51:49 +00:00
{% extends "layout.html" %}
{% block title %}404 Not Found :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
<h1>404 Not Found</h1>
<p>The path you requested does not exist on this server.</p>
{% endblock %}