realms-wiki/realms/templates/errors/404.html

6 lines
87 B
HTML
Raw Normal View History

2013-10-03 17:58:07 +03:00
{% extends 'layout.html' %}
{% block body %}
2014-09-05 00:35:28 +03:00
<h1>Page Not Found</h1>
2013-10-03 17:58:07 +03:00
{% endblock %}