mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
6 lines
215 B
HTML
6 lines
215 B
HTML
{% 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 %}
|