set title and headline for static error ?Service Unavailable?

This commit is contained in:
coderkun 2014-05-04 02:02:14 +02:00
commit 35bfc13f12

View file

@ -3,10 +3,11 @@
<head>
<meta charset="utf-8" />
<title>Service Unavailable</title>
<title>Questlab</title>
</head>
<body>
<h1>Service Unavailable</h1>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
</body>