3166b914e2b361428b59cf0928acea37a332e6b2
[citadel.git] / webcit / static / whoframeset.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4         <TITLE>WebCit</TITLE>
5         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
6         <META HTTP-EQUIV="Content-Language" CONTENT="en">
7 </HEAD>
8
9 <FRAMESET ROWS="*, 15%" FRAMESPACING="0">
10         <FRAME NAME="top"    SRC="/mainmenu">
11         <FRAME NAME="bottom" SRC="/whobbs">
12 </FRAMESET>
13
14 <BODY>
15 <NOFRAMES>
16 You can't do this because you're using a browser that doesn't support frames.
17 </NOFRAMES>
18
19 </BODY>
20 </HTML>