Daan is sweet to Kelley and delegates himself TestCMS code reflection
[ssproject1617.git] / testcms-final-anon / system / admin / theme / error_500.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>500 - Internal Server Error</title>
6
7 <style>
8 body {
9 background: #fff;
10 font-family: sans-serif;
11 color: #3f3f3f;
12 margin: 0;
13 padding: 40px;
14 }
15 h1 {
16 padding: 0;
17 margin: 0;
18 }
19 a {
20 color: #57829e;
21 }
22 </style>
23 </head>
24 <body>
25 <h1>Internal Server Error</h1>
26
27 <p>An error occured while we were processing your request.</p>
28 </body>
29 </html>