JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove redundant php close tags
[wfpl.git] / examples / 404.html
1 <!DOCTYPE html>
2
3 <html>
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>