<!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>404 - Page Not found</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>Page Not Found</h1> <p> Sorry BoltServe couldn't find the page you requested, a few suggestions: <ul> <li>Check the console for errors.</li> <li>Check for typos in the <em>page</em> block.</li> <li>Check that you copied the file you want into the resources directory (if it's not a page) and that it has correct permissions for BoltServe to access it.</li> </ul> Hope that helps and sorry if it doesn't! </p> </div> </body>
</html>