1
0
Fork 0
IdreXyz/templates/404.html

7 lines
83 B
HTML
Raw Permalink Normal View History

2015-05-02 14:28:15 +02:00
{% extends "base.html" %}
{% block content %}
<p>404 ;( &lt;*</p>
{% endblock %}