source: src/django_gheat/templates/500.html@ 9583

Last change on this file since 9583 was 9393, checked in by rick, 13 years ago

No DEBUG require templates to be included

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.