Sha256: e321110b4089fe1acff5d0ab99f123089860ec021a2b55b0759ca6300ee78932

Contents?: true

Size: 1.46 KB

Versions: 8

Compression:

Stored size: 1.46 KB

Contents

<!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>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
benofsky-bolt-0.4.8 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.7 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.5 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.4 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.3 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.2 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4.1 lib/bolt/serve_errors/404.html
benofsky-bolt-0.4 lib/bolt/serve_errors/404.html