]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/whoframeset.html
* Lots of great changes from Nick to make the site CSS-enabled.
[citadel.git] / webcit / static / whoframeset.html
index 53c8b765fbc2c62c7b587c25f07ae8bbb3c494e7..7e21211c6c03dd8fedaa129ba1d2c56f77d98bf2 100644 (file)
@@ -1,12 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
 <HTML>
-       <HEAD>
+<HEAD>
        <TITLE>WebCit</TITLE>
-       </HEAD>
-       <FRAMESET ROWS="*, 15%" FRAMESPACING=0>
-               <FRAME NAME="top" SRC="/mainmenu">
-               <FRAME NAME="bottom" SRC="/whobbs">
-       <NOFRAMES>
+       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+       <META HTTP-EQUIV="Content-Language" CONTENT="en">
+</HEAD>
+
+<FRAMESET ROWS="*, 15%" FRAMESPACING="0">
+       <FRAME NAME="top"    SRC="/mainmenu">
+       <FRAME NAME="bottom" SRC="/whobbs">
+</FRAMESET>
+
+<BODY>
+<NOFRAMES>
 You can't do this because you're using a browser that doesn't support frames.
-       </NOFRAMES>
-       </FRAMESET>
+</NOFRAMES>
+
+</BODY>
 </HTML>