add stylesheet to static error page (Issue #207)

This commit is contained in:
coderkun 2014-05-12 21:11:04 +02:00
commit 1a310e6652

View file

@ -4,11 +4,24 @@
<head>
<meta charset="utf-8" />
<title>Questlab</title>
<link rel="stylesheet" type="text/css" href="/css/desktop.css" media="all" />
</head>
<body>
<h1>Service Unavailable</h1>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
<header>
<nav class="cf">
<div id="home">
<a href="/">Questlab</a>
</div>
</nav>
</header>
<article class="wrap">
<div class="moodpic">
<img src="/grafics/questlab.jpg" />
</div>
<h1>Service Unavailable</h1>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
</article>
</body>
</html>