Begin importing the website.

Add the files from the website's top-level directory.  Note that
recent.cgi still uses the old rlgall module.
This commit is contained in:
John "Elwin" Edwards 2012-08-19 21:29:06 -07:00
parent 44aa9d52d1
commit ba999f774b
4 changed files with 117 additions and 0 deletions

15
web/404.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>File Not Found</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>
<body>
<h1>File Not Found</h1>
<div class="content">
<p>The page or file you're looking for doesn't exist.</p>
<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>
<p>Or maybe you have been fighting umber hulks, and mistyped the name. Quaff a potion of healing and try again.</p>
</div>
</body>
</html>