bundled/cherrypy/cherrypy/tutorial/custom_error.html @ 4e1fb853d9d2 webpy-sucks

Add CherryPy as a bundled app.

Ahh, this is the start of something beautiful.
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Mar 2010 19:45:54 -0500
parents (none)
children (none)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
    <title>403 Unauthorized</title>
</head>
    <body>
        <h2>You can't do that!</h2>
        <p>%(message)s</p>
        <p>This is a custom error page that is read from a file.<p>
        <p>%(traceback)s</p>
    </body>
</html>