character profile template with dummy data

This commit is contained in:
Daniel 2014-03-25 19:14:23 +01:00
commit 916f5ad7c9
194 changed files with 16670 additions and 0 deletions

13
views/error.tpl Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Service Unavailable</title>
</head>
<body>
<p>Die Anwendung steht zur Zeit leider nicht zur Verfügung.</p>
</body>
</html>