Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Mercury/500.html

17 lines
380 B
HTML
Raw Normal View History

2013-12-30 10:25:44 +01:00
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>500</title>
<link rel="stylesheet" type="text/css" href="/mercury/design.css">
</head>
<body>
<h1>Ein Fehler ist aufgetreten</h1>
<p>Ein Problem mit dem Server liegt vor. (HTTP 500)</p>
<ul>
<li><a href="mailto:l.winkler23@me.com?Subject=Serverproblem (HTTP 500)">Bitte kontaktiere mich</a></li>
</ul>
</body>
</html>