]> code.citadel.org Git - citadel.git/blob - webcit/static/frameset.html
Cosmetic changes. Updated roomops.c, who.c and /static
[citadel.git] / webcit / static / frameset.html
1 <HTML>
2         <HEAD>
3         <TITLE>WebCit</TITLE>
4         </HEAD>
5         <FRAMESET COLS="150, *" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
6
7                 <FRAME NAME="left" SRC="/static/menubar.html">
8                 <FRAMESET ROWS="100, *">
9                         <FRAME NAME="top" SRC="/dotgoto&room=_BASEROOM_">
10                         <FRAME NAME="bottom" SRC="/static/blankpage.html">
11                 </FRAMESET>
12                 <NOFRAMES>
13                         Your browser doesn't support frames.<BR>
14                         This site uses frames.<BR>
15                         Please log in again, and check the "do not use
16                         frames" option.<BR>
17                 </NOFRAMES>
18         </FRAMESET>
19 </HTML>