<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>500 - Server Error</title> <style type="text/css"> html, body { padding: 0; margin: 0; } body { background-color: #fff; border-top: 2px solid red; font-family: Georgia, serif; font-size: 12px; } h1 { text-shadow: #ddd 1px 2px 0px; text-align: center; color: #000; font-size: 25px; font-family: Helvetica; } p, ul { line-height: 18px; } ul li { margin-bottom: 5px; } #container { width: 350px; margin: 100px auto; } </style> </head> <body> <div id="container"> <h1>Server Error</h1> <p> Sorry BoltServe couldn't generate the page you requested, something is wrong. Some suggestions: <ul> <li>Check the console for errors, there will be one there.</li> <li>Check for typos in your pages.</li> </ul> Hope that helps and sorry if it doesn't! </p> </div> </body>
</html>