JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added 404 example files for run.php
[wfpl.git] / examples / 404.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <title>404 File Not Found</title>
6 </head>
7
8 <body>
9 <h1>404 File Not Found</h1>
10
11 <p>Sorry, ~filename.html~ doesn't seem to exist.</p>
12 </body>
13 </html>