JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update example code
[wfpl.git] / examples / error_404.html
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5         <title>404 File Not Found</title>
6 </head>
7 <body>
8         <h1>404 File Not Found</h1>
9         <p>Sorry, ~filename html~ doesn't seem to exist.</p>
10 </body>
11 </html>