datatracker/ietf/templates/404.html
Henrik Levkowetz dcd745c496 Merged [2976] from lars.eggert@nokia.com:
Remove unused images. Convert GIFs to smaller PNGs.
Optimize all images with http://www.smushit.com/ysmush.it/
 - Legacy-Id: 2979
Note: SVN reference [2976] has been migrated to Git commit 92b7e87a963787459fe3e75654b3ff2a0deaf34f
2011-03-26 18:04:48 +00:00

18 lines
540 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
<img src="/images/ietflogo2e.png" height="80" width="140"/>
<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 %}