forked from I2P_Developers/i2p.www
500 error page should have minimal reliance on the backend (so it doesn't error itself)
This commit is contained in:
@@ -1,12 +1,21 @@
|
|||||||
{% extends "global/layout.html" %}
|
<!DOCTYPE html>
|
||||||
{% block title -%}
|
<html lang="en">
|
||||||
{% trans -%}
|
<head>
|
||||||
Server error
|
<meta charset="UTF-8">
|
||||||
{%- endtrans %}
|
<title>{% trans %}Server error{% endtrans %} - I2P</title>
|
||||||
{%- endblock %}
|
<link rel="stylesheet" type="text/css" href="/_static/styles/duck.css" title="duck" />
|
||||||
|
<link rel="shortcut icon" type="image/x-icon" href="/_static/favicon.ico" />
|
||||||
{% block content %}
|
<meta name="robots" content="NOODP" />
|
||||||
{% trans -%}
|
</head>
|
||||||
Umm... the server encountered some sort of error.
|
<body>
|
||||||
{%- endtrans %}
|
<div id="branding">
|
||||||
{% endblock %}
|
<h1 id="logo"><a href="/"><img src="/_static/images/logo_medium.png" alt="I2P" /></a></h1>
|
||||||
|
<div class="title">{% trans %}500 Server error{% endtrans %}</div>
|
||||||
|
</div>
|
||||||
|
<div id="content">
|
||||||
|
<div class="inner">
|
||||||
|
{% trans %}Umm... the server encountered some sort of error.{% endtrans %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
Reference in New Issue
Block a user