22 lines
745 B
HTML
22 lines
745 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{% trans %}Server error{% endtrans %} - I2P</title>
|
|
<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" />
|
|
<meta name="robots" content="NOODP" />
|
|
</head>
|
|
<body>
|
|
<div id="branding">
|
|
<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>
|