Daan is sweet to Kelley and delegates himself TestCMS code reflection
[ssproject1617.git] / testcms-final-anon / system / admin / theme / error_config.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Missing config file</title>
6
7 <style>
8 body {
9 background: #fff;
10 font-family: sans-serif;
11 color: #3f3f3f;
12 padding: 10px;
13 }
14 h1, h3 {
15 margin: 0 0 1em 0;
16 padding: 0;
17 }
18 pre {
19 font-size: 14px;
20 margin: 0;
21 padding: 0;
22 }
23 a {
24 color: #57829e;
25 }
26 .content {
27 padding: 10px;
28 background: #eee;
29 margin-bottom: 10px;
30 }
31 </style>
32 </head>
33 <body>
34 <p>It looks like the config file is missing or unreadable.</p>
35
36 <p><a href="./install">Run the installer</a></p>
37 </body>
38 </html>