datatracker/ietf/templates/404.html
2015-04-08 19:16:48 +00:00

17 lines
567 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF" style="width: 10em">
<h2>The page you were looking for couldn't be found.</h2>
<p> The requested URL was not found on this server. If you entered the URL
manually please check your spelling and try again.</p>
<p>If you think this is a server error, please contact <a href="mailto:webtools@ietf.org">webtools@ietf.org</a>.</p>
{% endblock %}