]> code.citadel.org Git - citadel.git/blob - webcit/static/frameset.html
eb03a2ba2a73ace433d58f6cbddab02935a76b77
[citadel.git] / webcit / static / frameset.html
1 <HTML>
2         <HEAD>
3         <TITLE>WebCit</TITLE>
4         </HEAD>
5         <FRAMESET cols="15%, 80%">
6                 <FRAME name="left" src="/static/menubar.html">
7                 <FRAMESET rows="15%, 80%">
8                         <FRAME name="top" src="/dotgoto?room=_BASEROOM_"
9                         <FRAME name="bottom" src="/display_main_menu">
10                 </FRAMESET>
11                 <NOFRAMES>
12                         Your browser doesn't support frames.<BR>
13                         This site uses frames.<BR>
14                         Therefore, you cannot view this site.<BR>
15                         Perhaps you should telnet instead?<BR>
16                 </NOFRAMES>
17         </FRAMESET>
18 </HTML>