source:
src/django_gheat/templates/404.html@
9583
Last change on this file since 9583 was 9393, checked in by , 13 years ago | |
---|---|
File size: 276 bytes |
Line | |
---|---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 | "http://www.w3.org/TR/html4/strict.dtd"> |
3 | <html lang="en"> |
4 | <head> |
5 | <title>Page not found</title> |
6 | </head> |
7 | <body> |
8 | <h1>Page not found</h1> |
9 | |
10 | <p>Sorry, but the requested page could not be found.</p> |
11 | </body> |
12 | </html> |
13 | |
14 |
Note:
See TracBrowser
for help on using the repository browser.