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

14
www/error500.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Legend of Z</title>
</head>
<body>
<h1>The Legend of Z</h1>
<p>Internal server error.</p>
</body>
</html>