Files
I2P_Website/i2p2www/pages/global/error_404.html

14 lines
272 B
HTML
Raw Normal View History

2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
{% block title -%}
{% trans -%}
2012-06-03 01:06:09 +00:00
Not found
{%- endtrans %}
2012-06-03 01:06:09 +00:00
{%- endblock %}
{% block content %}
{% trans -%}
2012-06-03 01:06:09 +00:00
Yep... the resource, you were searching for, is named differently, doesn't exist or was removed.
{%- endtrans %}
2012-06-03 01:06:09 +00:00
{% endblock %}