set title and headline for static error ?Service Unavailable?

This commit is contained in:
coderkun 2014-05-04 02:02:14 +02:00
commit 0b1d3a62c5

View file

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