Mercurial > hg > rlgallery-misc
comparison web/404.html @ 7:64272fc2350c
Begin importing the website.
Add the files from the website's top-level directory. Note that
recent.cgi still uses the old rlgall module.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Sun, 19 Aug 2012 21:29:06 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:4778ab7de7aa | 7:64272fc2350c |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 <html> | |
3 <head> | |
4 <title>File Not Found</title> | |
5 <link rel="stylesheet" type="text/css" href="/main.css"> | |
6 </head> | |
7 <body> | |
8 <h1>File Not Found</h1> | |
9 <div class="content"> | |
10 <p>The page or file you're looking for doesn't exist.</p> | |
11 <p>Maybe it was devoured by a dragon that got loose on the hard disk. If that happened, the problem should get fixed quickly.</p> | |
12 <p>Or maybe you have been fighting umber hulks, and mistyped the name. Quaff a potion of healing and try again.</p> | |
13 </div> | |
14 </body> | |
15 </html> |