Artifact 40a2d6a65a2df6300da4425167a294ac149ae221:
- File www/404.html — part of check-in [7c384fbb38] at 2016-01-19 06:29:51 on branch trunk — Add webserver (user: nalck size: 410)
<!DOCTYPE html> <html> <head> <title>Error: 404</title> </head> <body> <header> <h1>Error</h1> </header> <main> <h2>404: File Not Found</h2> <p>We could not find the content you requested.</p> <p>Please check your URL and try again.</p> </main> <footer> <p>This is an example file. Please change to suit your need</p> </footer> </body> </html>