questlab/views/error.tpl
2013-08-09 02:41:06 +02:00

13 lines
250 B
Go Template

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Service Unavailable</title>
</head>
<body>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
</body>
</html>