datatracker/ietf/templates/500.html
2007-06-07 14:17:09 +00:00

34 lines
1.1 KiB
HTML

{% extends "base.html" %}
{% block content %}
<center>
<img src="http://www.ietf.org/images/ietflogo2e.gif" height="160" width="280">
<br clear=all>
<center><h1>The Internet Engineering Task Force</h1></center>
<table border=0 cellspacing=5 cellpadding=5>
<br>
<font size = 3>
<center><img alt="" src="http://www.ietf.org/images/blue-line.jpg"></center>
<br clear=all>
<h1>Error 500</h1>
<h2>Internal Server Error</h2>
<br>
<br>
Please contact <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a>. <br>
<br>
<font size = 3>
<center><img alt="Blue Line" src="http://www.ietf.org/images/blue-line.jpg"></center>
<br clear=all>
The IETF is an organized activity of the <a href="http://www.isoc.org"><img alt="ISOC" src="http://www.ietf.org/images/isoc-small.gif" hspace="3" border="0"></A>
<br>
<hr>
<i>The <A HREF="/secretariat.html">IETF Secretariat</A> is hosted by the NeuStar Secretariat Services, a wholly owned subsidiary of <a href="http://www.neustar.biz/"><img src="http://www.ietf.org/images/NS_logo_100px.gif" alt="NeuStar Logo" border="0">
</i>
{% endblock %}