set title and headline for static error ?Service Unavailable?
This commit is contained in:
parent
986413d9ab
commit
0b1d3a62c5
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue