source: src/django_gheat/templates/404.html@ 9750

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

No DEBUG require templates to be included

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.