<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Missing config file</title>
<style>
body {
background: #fff;
font-family: sans-serif;
color: #3f3f3f;
padding: 10px;
}
h1, h3 {
margin: 0 0 1em 0;
padding: 0;
}
pre {
font-size: 14px;
margin: 0;
padding: 0;
}
a {
color: #57829e;
}
.content {
padding: 10px;
background: #eee;
margin-bottom: 10px;
}
</style>
</head>
<body>
<p>It looks like the config file is missing or unreadable.</p>
<p><a href="./install">Run the installer</a></p>
</body>
</html>