Adding a placeholder HTTP 500 error page template

- Legacy-Id: 251
This commit is contained in:
Henrik Levkowetz 2007-06-07 14:17:09 +00:00
parent 7962e722d3
commit 742737251f

33
ietf/templates/500.html Normal file
View file

@ -0,0 +1,33 @@
{% 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 %}