Files
meanTorrent/app/views/404.server.view.html
2015-03-02 16:28:25 -08:00

9 lines
143 B
HTML

{% extends 'layout.server.view.html' %}
{% block content %}
<h1>Page Not Found</h1>
<pre>
{{url}} is not a valid path.
</pre>
{% endblock %}