Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (23 sloc)
556 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <TITLE> | |
| Fbody Message Forum | |
| </TITLE> | |
| <STYLE> | |
| <!-- | |
| A:hover {text-decoration:bold; color:red;} | |
| A:link {text-decoration:underline; color:green;}--> | |
| </STYLE> | |
| <FRAMESET | |
| FRAMEBORDER=0 | |
| ROWS="130,*" | |
| FRAMESPACING=0> | |
| <FRAME FRAMEBORDER=0 NAME='top' SCROLLING=NO | |
| SRC='forumtop.htm'> | |
| <FRAME FRAMEBORDER=0 NAME='forum' SCROLLING=AUTO | |
| SRC='http://www.fbody.com/cgi-bin/fbody/forum/index.cgi'> | |
| </FRAMESET> | |
| <NOFRAMES> | |
| You need a Frames Enabale Browser to view the message forum. Try Netscape | |
| or Microsofts Internet Exploder | |
| </NOFRAMES> | |
| </HTML> |