]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/nocookies.html
* Lots of great changes from Nick to make the site CSS-enabled.
[citadel.git] / webcit / static / nocookies.html
index 4371b1de37c837a5d5c1e2667d2e44d2759b82ec..57c2cf0b472fb208d459a50d6c73313052aa7069 100644 (file)
@@ -1,13 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 <HTML>
-<HEAD><TITLE>Error</TITLE></HEAD>
+<HEAD>
+       <TITLE>Error</TITLE>
+       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+       <META HTTP-EQUIV="Content-Language" CONTENT="en">
+</HEAD>
 <BODY>
+
 <CENTER>
-<H2>Sorry!</H2><BR>
+<H2>Sorry!</H2>
+<BR>
 In order to access this system, you must use a web browser which supports
 &quot;cookies&quot; and have them turned on.<BR><BR>
 This software sends a cookie that is only used during your login session,
 and will not be saved to your disk.<BR><BR>
 Please enable cookies and log in again.  We are sorry for the inconvenience.
 </CENTER>
+
 </BODY>
 </HTML>