404.html
1 <html>
2 <head>
3 <title>Not found</title>
4 </head>
5 <body>
6 Resource ${script-name} not found.
7 <img src="/img/made-with-lisp-logo.jpg" width="300" height="100"/>
8 </body>
9 </html>