view bns_website/templates/404.html @ 54:f8b32ce38533

I removed everything except mp3s since it appears all browsers can play them.
author Bob Mourlam <bob.mourlam@gmail.com>
date Mon, 14 Nov 2011 20:06:58 -0600
parents 71f2941161e9
children
line wrap: on
line source
<!DOCTYPE html>
<html lang="en">
<head>
   <title>Page Not Found</title>
</head>
<body>

   <h1>Not Found</h1>

   <p>The requested URL {{ request.path|escape }} was not found on this server.</p>

</body>
</html>