summaryrefslogtreecommitdiff
path: root/sublab_project/templates/500.html
blob: 35c8e661f5d202f907593c87b17465ea7b6324d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
	<head>
		<meta charset="UTF-8">
		<title>sublab - error</title>
		<meta name="robots" content="noindex,nofollow">
	</head>
	<body>
		<h1>kaputt!</h1>
		<p><code>sublab.exe</code> hat ein Problem festgestellt und musste beendet werden:</p>
		<pre>500 Server error</pre>
	</body>
</html>