source:
src/django_gheat/templates/500.html
Last change on this file was 9393, checked in by , 13 years ago | |
---|---|
File size: 368 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 unavailable</title> |
6 | </head> |
7 | <body> |
8 | <h1>Page unavailable</h1> |
9 | |
10 | <p>Sorry, but the requested page is unavailable due to a |
11 | server hiccup.</p> |
12 | |
13 | <p>Our engineers have been notified, so check back later.</p> |
14 | </body> |
15 | </html> |
Note:
See TracBrowser
for help on using the repository browser.