Skip to content

Commit 7427372

Browse files
committed
Adding a placeholder HTTP 500 error page template
- Legacy-Id: 251
1 parent 7962e72 commit 7427372

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

ietf/templates/500.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{% extends "base.html" %}
2+
3+
4+
{% block content %}
5+
<center>
6+
<img src="http://www.ietf.org/images/ietflogo2e.gif" height="160" width="280">
7+
<br clear=all>
8+
9+
<center><h1>The Internet Engineering Task Force</h1></center>
10+
<table border=0 cellspacing=5 cellpadding=5>
11+
12+
<br>
13+
<font size = 3>
14+
<center><img alt="" src="http://www.ietf.org/images/blue-line.jpg"></center>
15+
<br clear=all>
16+
<h1>Error 500</h1>
17+
<h2>Internal Server Error</h2>
18+
<br>
19+
<br>
20+
Please contact <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a>. <br>
21+
<br>
22+
<font size = 3>
23+
<center><img alt="Blue Line" src="http://www.ietf.org/images/blue-line.jpg"></center>
24+
<br clear=all>
25+
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>
26+
27+
<br>
28+
29+
<hr>
30+
<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">
31+
32+
</i>
33+
{% endblock %}

0 commit comments

Comments
 (0)