Files
i2p.www/www.i2p2/pages/not_found.html

6 lines
202 B
HTML
Raw Normal View History

2008-01-31 20:38:37 +00:00
{% extends "_layout.html" %}
{% block title %}Not found{% endblock %}
{% block content %}
2010-03-21 19:41:10 +00:00
Yep... the resource, you were searching for, is named differently, doesn't exist or was removed.
2008-01-31 20:38:37 +00:00
{% endblock %}