no colored borders for group index

This commit is contained in:
Daniel 2014-05-15 12:35:28 +02:00
commit 2e4f09542c
3471 changed files with 597976 additions and 0 deletions

27
views/error.tpl Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Questlab</title>
<link rel="stylesheet" type="text/css" href="/css/desktop.css" media="all" />
</head>
<body>
<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>