proxadmin/app/templates/errors/500.html

28 lines
560 B
HTML
Raw Permalink Normal View History

2017-03-08 20:53:09 +02:00
{% extends "base.html" %}
{% block title %}Internal Server Error{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>Internal Server Error</h1>
</div>
2017-06-12 05:12:27 +03:00
<b>
2017-03-08 20:53:09 +02:00
<pre>
.--. .--.
_ ` \ / ` _
`\.===. \.^./ .===./`
\/`"`\/
, | 500 | ,
/ `\|;-.-'|/` \
/ |::\ | \
.-' ,-'`|:::; |`'-, '-.
| |::::\| |
| |::::;| |
| \::::// |
| `.://' |
.' `.
_,' `,_
</pre>
2017-06-12 05:12:27 +03:00
</b>
2017-03-08 20:53:09 +02:00
{% endblock %}