add stylesheet to static error page (Issue #207)
This commit is contained in:
parent
7e05f4c24a
commit
1a310e6652
1 changed files with 15 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue