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.
19 lines (17 sloc)
581 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> | |
| <HEAD> | |
| <TITLE>2nd Hand Games</TITLE> | |
| </HEAD> | |
| <!-- frames --> | |
| <frameset border="0"> | |
| <frameset cols="140,*"> | |
| <frame name="menu" src="tool.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize><frameset> | |
| <frameset ROWS="60,*"> | |
| <frame name="menu" src="header.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize><frameset> | |
| <frame name="gzmain" src="news.htm" marginwidth="0" marginheight="0" scrolling="yes" frameborder="no" noresize></frameset> | |
| </frameset> | |
| </frameset> | |
| </frameset> | |
| <BODY> | |
| </BODY> | |
| </HTML> |